Skip to main content
DELETE
/
files
/
{id}
Delete a file
curl --request DELETE \
  --url https://nulldrop.xyz/api/v1/files/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

File deleted successfully

success
boolean
data
object