Skip to main content
DELETE
/
v2
/
organizations
/
{orgId}
/
teams
/
{teamId}
/
roles
/
{roleId}
/
permissions
Remove multiple permissions from an organization team role
curl --request DELETE \
  --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/roles/{roleId}/permissions

Headers

Authorization
string

For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_

x-cal-secret-key
string

For platform customers - OAuth client secret key

x-cal-client-id
string

For platform customers - OAuth client ID

Path Parameters

orgId
number
required
teamId
number
required
roleId
string
required

Query Parameters

permissions
enum<string>[]

Permissions to remove (format: resource.action). Supports comma-separated values as well as repeated query params.