Removes a specific permission relation from a user or group on a resource. Used to revoke roles like owner, admin, developer, operator, or viewer.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to revoke a permission from a user or group.
User ID or group ID (without prefix)
"alice@example.com"
"org-admins"
Relation to revoke (e.g., 'owner', 'admin', 'viewer')
"owner"
"admin"
"developer"
Type of resource (e.g., 'project', 'artifact', 'secret')
"project"
"artifact"
"secret"
ID of the resource
"my-project"
"artifact-123"
"artifact-123/api-key"
Whether the subject is a group (default: False)
Successful Response
Success response for permission operations.
Success message