메인 콘텐츠로 건너뛰기
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://platform.comfy.org/profile/api-keys. 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).