Delete a file permanently
/files/{file_id}
Permanently delete a file from the system. This operation removes the file completely and cannot be undone.
Parameter | Type | Required | Description |
---|---|---|---|
file_id | string | Yes | Unique identifier of the file to delete |
Field | Type | Description |
---|---|---|
file_id | string | ID of the deleted file |
message | string | Confirmation message |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the file
File deleted successfully
The response is of type object
.