v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Tokens

Remove

This endpoint allows you to remove a token. Removing a token will delete it from the system, and it cannot be used for future transactions.

post/Token/Remove/{uid}

Path parameters

uidstring required

Token unique identifier.

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Response

200

dataobject

Example response

{
  "result": {
    "status": "success",
    "description": "operation has been success"
  }
}