Delete an internal document

delete/documents/{entityTypeName}/{documentId}

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

Request Samples

1

Response Samples

1Not Available

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 Content

The document was deleted.

404Not Found

The document was not found.

Schema