Document Endpoints
Delete Document
Deletes a document from the specified container definition
DELETE
/
container-definitions
/
{containerDefinitionId}
/
documents
/
{documentId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
SlyceIO-Api-ETag
string
requiredUse the SlyceIO-Api-ETag header value returned from the Create/Update/Get request or use an asterix (*) to ignore versioning.
Path Parameters
containerDefinitionId
string
requiredID of the container definition
documentId
string
requiredID of the document to delete
Query Parameters
partitionKeys
object[]
requiredURL encoded JSON array that details the partition key or keys for the required document