Removes the permission assignment for a user or group within the document, revoking their access to document resources.
Authorization: Requires document editor or workspace manager permissions. Side Effects: User/group loses access to document resources.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the workspace Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The path to the document within the workspace Path pattern supporting slashes, dots, and dashes
^[a-zA-Z0-9_/.-]+$The unique identifier of the user or group A resource identifier that uniquely identifies either a user or a group within the system. This identifier is used throughout the API for permission management and access control.
Format:
user:{email} or user:{userId}group:{groupName}^(user:[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}|group:[a-zA-Z0-9._-]+)$Document permission deleted successfully