Burn tokens from a collection
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/tokenization/collections/{id}/tokens/burn \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "addressId": "<string>", "clientShare": "<string>", "tokenId": "<string>", "useGasless": true, "fee": "<string>", "feeLevel": "<string>" } '
200
Example
{ "burn": { "workflowId": "<string>", "status": "<string>" } }
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Collection ID
Request body for burn token
Burn token request object
Token burning workflow started
Show child attributes
Was this page helpful?