Logo
Fireblocks API Documentation

Delete a contract asset

DELETE {{baseUrl}}/contracts/:contractId/:assetId

Deletes a contract asset by ID.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status Created





Curl
curl -X DELETE 'https://api.fireblocks.io/v1/contracts/:contractId/:assetId' -H 'Accept: application/json'

ENDPOINTS