Remove Clerk organization role permission

Remove a permission from an organization role in a connected Clerk application.

← All Clerk endpoints · Capability overview

DELETE/v1/clerk/organization-roles/{role_id}/permissions/{permission_id}

https://api.vee3.io/v1/clerk/organization-roles/{role_id}/permissions/{permission_id}

8 tokens

Remove a permission from an organization role in a connected Clerk application.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.remove_organization_role_permission
Parameters3 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

role_idstringRequired

Clerk organization role id to retrieve, update, delete, or assign permissions to.

permission_idstringRequired

Clerk organization permission id to retrieve, update, delete, or assign to a role.

Response16 fields
organization_roleobject
15 fields

Organization role summary after removing the permission.

idstring

Clerk organization role id.

namestring

Role display name.

keystring

Role key used in memberships.

descriptionstring

Role description.

is_creator_eligibleboolean

Whether this role may be assigned as organization creator.

permissionsarrayitems
7 fields

Permissions assigned to this role.

idstring

Clerk organization permission id.

namestring

Permission display name.

keystring

Permission key used in role assignments.

descriptionstring

Permission description.

typestring

Permission type (system or custom).

created_atinteger

Unix timestamp in milliseconds when the permission was created.

updated_atinteger

Unix timestamp in milliseconds when the permission was last updated.

created_atinteger

Unix timestamp in milliseconds when the role was created.

updated_atinteger

Unix timestamp in milliseconds when the role was last updated.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required