Logo
Fireblocks API Documentation

Delete an asset from an external wallet

DELETE {{baseUrl}}/external_wallets/:walletId/:assetId

Deletes an external wallet 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/external_wallets/:walletId/:assetId' -H 'Accept: application/json'

ENDPOINTS