DELETE
/
files
/
{fileId}
Delete File
curl --request DELETE \
  --url https://api.callhq.ai/api/files/{fileId} \
  --header 'x-api-key: <api-key>'
{
  "message": "File deleted successfully"
}

Authorizations

x-api-key
string
header
required

Path Parameters

fileId
string
required

Unique identifier of the file to delete.

Response

200
application/json

File deleted successfully.

The response is of type object.