DELETE
/
container-definitions
/
{containerDefinitionId}
/
documents
/
{documentId}
curl --request DELETE \
  --url https://api.slyce-io.co.uk/container-definitions/{containerDefinitionId}/documents/{documentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'SlyceIO-Api-ETag: <slyceio-api-etag>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

SlyceIO-Api-ETag
string
required

Use the SlyceIO-Api-ETag header value returned from the Create/Update/Get request or use an asterix (*) to ignore versioning.

Path Parameters

containerDefinitionId
string
required

ID of the container definition

documentId
string
required

ID of the document to delete

Query Parameters

partitionKeys
object[]
required

URL encoded JSON array that details the partition key or keys for the required document

Response

204
_mintlify/placeholder

Document deleted