Logo
Fireblocks API Documentation

Unlink a token

DELETE {{baseUrl}}/tokenization/tokens/:id

Unlink a token. The token will be unlinked from the workspace. The token will not be deleted on chain nor the refId, only the link to the workspace will be removed.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK





Curl
curl -X DELETE 'https://api.fireblocks.io/v1/tokenization/tokens/:id' -H 'Accept: application/json'

ENDPOINTS