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