Skip to main content
DELETE
Delete document

Authorizations

X-API-KEY
string
header
required

Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.

Path Parameters

content_id
string
required

Content ID of the document to delete (32-character uppercase hexadecimal string).

Pattern: ^[A-F0-9]{32}$
Example:

"E0618D0E9D3A960C1731A620EDE56B5C"

Response

object | null

Document deleted successfully.

The response is of type object | null.