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>"
}Documentation Index
Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.
Asset ID
Asset deleted successfully