compliance
documents
Delete (archive) a compliance document
Soft-deletes a group-drive document so it stops appearing in lists.
delete/compliance/documents/{id}
Path parameters
idstring required
Response
OK
Changes
Changed in 1 of the 22 revisions of this API.11
- ●
changed the pattern of the
pathrequest parameteridfrom^doc_[0-9a-hjkmnp-tv-z]{26}$to^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$request-parameter-pattern-changed
- ○
the
idresponse's property pattern was changed from^doc_[0-9a-hjkmnp-tv-z]{26}$to^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$for the status200response-property-pattern-changed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●