Skip to main content
DELETE
/
api
/
v1
/
tokenization
/
tokens
/
{id}
Unlink Token
curl --request DELETE \
  --url https://sandbox.oumla.com/api/v1/tokenization/tokens/{id} \
  --header 'x-api-key: <api-key>'
{
  "result": {
    "success": true
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain your API key from the dashboard.

Headers

x-sdk-version
string
default:1.0.0

SDK version header

Path Parameters

id
string
required

Token ID

Response

Token successfully unlinked

result
object