cURL
curl --request DELETE \ --url https://nulldrop.xyz/api/v1/files/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "message": "<string>" } }
Permanently delete a file
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File deleted successfully
Show child attributes