WorkOS

authorization.organizations.roles.permissions.delete

Remove a single permission from an organization role by its slug.

Remote workos

Other tools also called authorization.organizations.roles.permissions.delete? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "The slug of the role."
    },
    "organizationId": {
      "type": "string",
      "description": "The ID of the organization."
    },
    "permissionSlug": {
      "type": "string",
      "description": "The slug of the permission to remove."
    }
  }
}
          

Provider

WorkOS →