Remove Wipe request for specific token
Remove wipe contract wiper for specific token. Only users with the Standard Registry role are allowed to make the request.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
contractIdstringRequiredExample:
Contract identifier
652745597a7b53526de37c05hederaIdstringRequiredExample:
Hedera identifier
0.0.1tokenIdstringRequiredExample:
Token identifier
0.0.1Responses
200
Successful operation.
application/json
Responseboolean
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
delete
/contracts/wipe/{contractId}/wiper/{hederaId}/{tokenId}DELETE /api/v1/contracts/wipe/{contractId}/wiper/{hederaId}/{tokenId} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
trueLast updated
Was this helpful?