WorkOS
authorization.organizations.roles.delete
Delete an existing custom organization role.
Remote workos
Other tools also called authorization.organizations.roles.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."
}
}
}