Remove multiple permissions from an organization team role
Permissions
Remove multiple permissions from an organization team role
DELETE
Remove multiple permissions from an organization team role
Documentation Index
Fetch the complete documentation index at: https://cal.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
Query Parameters
Permissions to remove (format: resource.action). Supports comma-separated values as well as repeated query params.
Available options:
role.create, role.read, role.update, role.delete, eventType.create, eventType.read, eventType.update, eventType.delete, team.read, team.update, team.delete, team.invite, team.remove, team.listMembers, team.listMembersPrivate, team.changeMemberRole, team.impersonate, booking.read, booking.readTeamBookings, booking.readRecordings, booking.update, booking.readTeamAuditLogs, insights.read, workflow.create, workflow.read, workflow.update, workflow.delete, routingForm.create, routingForm.read, routingForm.update, routingForm.delete, webhook.create, webhook.read, webhook.update, webhook.delete, featureOptIn.read, featureOptIn.update Example:
"?permissions=eventType.read,booking.read"
Response
204 - undefined