Unlink a token from the platform
cURL
curl --request DELETE \ --url https://sandbox.oumla.com/api/v1/tokenization/tokens/{id} \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "data": {}, "success": true, "status": 123 }
API key for authentication
SDK version for tracking and compatibility
Token ID
Token unlinked successfully
Response message
Indicates successful response
HTTP status code
Response data
Was this page helpful?