API Reference
cURL
curl --location --request DELETE https://api.writer.com/v1/files/{file_id} \ --header "Authorization: Bearer <token>"
{ "id": "7c36a365-392f-43ba-840d-8f3103b42572", "deleted": true }
Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
Bearer <token>
<token>
The unique identifier of the file.
The response is of type object.
object
Was this page helpful?