Delete an internal document

delete/documents/{entityTypeName}/{documentId}
Internal-Use Only

Deletes an internal document. Deleting external documents is not allowed.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
documentId
string
true

The ID for the document.

entityTypeName
string
true

The name of the entity type to which the document belongs.

Responses

StatusMeaningDescription
204No ContentThe document was deleted.
404Not FoundThe document was not found.Schema