DELETEing documents

Use the following to DELETE documents:

  • DELETE /common/v1/documents/{documentId}

For example, the following request DELETEs document xc:101:

Command

DELETE /common/v1/documents/xc:101
Java

No request body is needed.