Skip to main content
DELETE
/
api
/
userdata
/
{file}
Delete a user data file
curl --request DELETE \
  --url https://cloud.comfy.org/api/userdata/{file} \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

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.

Path Parameters

file
string
required

The file path to delete (URL encoded if necessary).

Response

File deleted successfully (No Content).