latestOpenAPI 3.1.02026-08-22211327770.2 KB

9c8eaecccb5a

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
}