Unlink a token
cURL
curl --request DELETE \ --url https://sandbox.oumla.com/api/v1/tokenization/tokens/{id} \ --header 'x-api-key: <api-key>'
200
Example
{ "result": { "success": true } }
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Token ID
Token successfully unlinked
Show child attributes
Was this page helpful?