curl --request DELETE \
--url https://api.tryarchitect.com/v0/assets/{asset_id} \
--header 'x-api-key: <api-key>'{
"success": true
}Move an asset to trash by ID.
curl --request DELETE \
--url https://api.tryarchitect.com/v0/assets/{asset_id} \
--header 'x-api-key: <api-key>'{
"success": true
}Was this page helpful?