Skip to main content
DELETE
/
contents
/
v1
/
documents
/
{content_id}
Delete document
curl --request DELETE \
  --url https://api.bigdata.com/contents/v1/documents/{content_id} \
  --header 'X-API-KEY: <api-key>'
{}

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.