跳转到主要内容
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>"

授权

X-API-Key
string
header
必填

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.

路径参数

file
string
必填

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

响应

File deleted successfully (No Content).