Skip to main content
DELETE
/
api
/
core
/
files
/
{file_hash}
Delete single file
curl --request DELETE \
  --url https://api.example.com/api/core/files/{file_hash} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

file_hash
string
required

Query Parameters

source_type
string
required

Type of the file source

source_id
string
required

ID of the file source

Response

Successful Response

message
string
required