For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
tenantId or its externalId.
This operation requires the following permissions:
tenant:delete
Mutation
Variables
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a tenant, unlinking its customers and removing its tenant fields.
tenantId or its externalId.
This operation requires the following permissions:
tenant:deletemutation deleteTenant($input: DeleteTenantInput!) {
deleteTenant(input: $input) {
tenant {
id
name
}
error {
message
type
code
fields {
field
message
type
}
}
}
}
{
"input": {
"tenantIdentifier": {
"externalId": "team_123"
}
}
}
Was this page helpful?
