Locker APIAPI ReferenceDocumentsDelete a documentDelete a document DELETE /v1/locker/documents/:id Soft-deletes the document by default. Pass ?purge=true to permanently delete the document and all associated data. Purge requires locker:admin scope. Request Responses204403404Document deletedInsufficient permissionsDocument not found