DELETE
/
file
/
{id}
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/file/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully Deleted File"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the file to be deleted

Response

200
application/json
Successfully Deleted File
message
string
Example:

"Successfully Deleted File"