cURL
curl --request DELETE \ --url https://api.example.com/api/v1/files/{file_path} \ --header 'Authorization: Bearer <token>'
{}
Delete a file at the specified path.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File deleted successfully
Was this page helpful?