cURL
curl --request DELETE \ --url https://api.example.com/api/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a file and its evidence.
Args: file_id: UUID of the file
Returns: Success message
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response