Logo
Fireblocks API Documentation

Delete a contract template by id

DELETE {{baseUrl}}/tokenization/templates/:contractTemplateId

Delete a contract by id. allowed only for private contract templates. Notice: it is irreversible!

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





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

ENDPOINTS