v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
Documents

Revoke document permits

delete/api/v1/documents/{identifier}/permissions

Path parameters

identifierstring required

Document identifier (either document ID or identifier slug)

Example:abc123

Document identifier (either document ID or identifier slug)

Request body

userGroupIdsstring[]

User group IDs to revoke access from

userIdsstring[]

User membership IDs to revoke access from

Response

Permissions revoked successfully

successboolean required

Whether the operation was successful

Example response

{
  "success": true
}