Skip to main content
DELETE
Delete a specific document by ID

Method and API

Play with the API Explorer:

DELETE /document/v1/\{documentId\}

Guidelines

Request

Only documentId is mandatory, and it must be an AODocs documentId not a Drive fileId.
Note:To get an AODocs document (including its documentId) by the Drive ID of one of its attachments, use the GET /document/v1/drive/{driveId} method.

Sample request

Sample request

Responses

Because this is a deletion of a resource, there is no resource to return in the response. The response returns an HTTP code of 204 (No Content)