WorkOS
organizations.delete
Permanently deletes an organization in the current environment. It cannot be undone.
Remote workos
Other tools also called organizations.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier of the Organization."
}
}
}