curl --request DELETE \
--url https://cloud.comfy.org/api/userdata/{file} \
--header 'X-API-Key: <api-key>'"<string>"Delete a user data file from the database. The file parameter should be the relative path within the user’s data directory.
curl --request DELETE \
--url https://cloud.comfy.org/api/userdata/{file} \
--header 'X-API-Key: <api-key>'"<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.
The file path to delete (URL encoded if necessary).
File deleted successfully (No Content).
Was this page helpful?