Skip to main content
DELETE
/
file
/
{id}
Delete a file
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/file/{id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "Successfully Deleted File"
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

id
integer
required

ID of the file to be deleted

Response

Successfully Deleted File

message
string
Example:

"Successfully Deleted File"