curl --request DELETE \
--url https://cloud.comfy.org/api/assets/{id} \
--header 'X-API-Key: <api-key>'{
"code": "<string>",
"message": "<string>"
}Deletes an asset and its content from storage. Both the database record and storage content are deleted.
curl --request DELETE \
--url https://cloud.comfy.org/api/assets/{id} \
--header 'X-API-Key: <api-key>'{
"code": "<string>",
"message": "<string>"
}API key authentication. Generate an API key from your account settings at https://comfy.org/account. Pass the key in the X-API-Key header.
Asset ID
Asset deleted successfully