cURL
curl --request DELETE \ --url https://api.steuerboard.com/v1/files/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-client-id: <x-client-id>'
{ "object": "file", "deleted": true, "id": "cmf41ajzv003706un4i99q19z" }
Deletes a file by ID.
Bearer token authentication
The ID of the client
"cmf41ajzv003706un4i99q19z"
The ID of the item
File deleted
The type of the deleted object
"file"
Whether the object was deleted
true
The ID of the deleted object