Skip to main content
DELETE
/
v1
/
files
/
{file_id}
Delete File
curl --request DELETE \
  --url https://documents.absconsulting.com/v1/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Path Parameters

file_id
string
required

The ID of the file to use for this request.

Response

Successful Response

id
string
required

The ID of the file.

object
string
required

The type of object.

deleted
boolean
required

Whether the file was deleted.