Delete Clerk organization role
Delete an organization role from a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/organization-roles/{role_id}https://api.vee3.io/v1/clerk/organization-roles/{role_id}
Delete an organization role from 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.delete_organization_roleParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
role_idstringRequiredClerk organization role id to retrieve, update, delete, or assign permissions to.
Response3 fields
organization_roleobject2 fieldsClerk deletion payload for the organization role.
organization_roleobjectidstringDeleted role id.
deletedbooleanWhether the role was deleted.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required