For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
tierMembership:readtierMembership:delete
Query
Variables
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove companies and tenants from the tiers they belong to.
tierMembership:readtierMembership:deletemutation removeMembersFromTier($input: RemoveMembersFromTierInput!) {
removeMembersFromTier(input: $input) {
error {
message
type
code
fields {
field
message
type
}
}
}
}
{
"input": {
"memberIdentifiers": [
{
"tenantId": "te_123"
},
{
"companyId": "co_123"
}
]
}
}
Was this page helpful?
