WorkOS

authorization.resources.delete

Delete an authorization resource and all its descendants.

Remote workos

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

Input Schema


            {
  "type": "object",
  "properties": {
    "resource_id": {
      "type": "string",
      "description": "The ID of the authorization resource."
    },
    "cascade_delete": {
      "type": "boolean",
      "default": false,
      "description": "If true, deletes all descendant resources and role assignments. If not set and the resource has children or assignments, the request will fail."
    }
  }
}
          

Provider

WorkOS →