WorkOS

authorization.permissions.delete

Delete an existing permission. System permissions cannot be deleted.

Remote workos

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

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "A unique key to reference the permission. Must be lowercase and contain only letters, numbers, hyphens, underscores, colons, periods, and asterisks."
    }
  }
}
          

Provider

WorkOS →