admin
Block Tenant
Block or unblock a tenant from accessing services.
Use when:
- Tenant exceeds quota
- Payment issues
- Terms of service violations
- Manual suspension needed
Block services:
calls: Block making/receiving callsagents: Block creating new agentssip: Block SIP/phone featuresrecordings: Block recording accessanalytics: Block analytics access
POST
Block Tenant
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Successful Response
Previous
Update Tenant QuotaUpdate tenant quota limits (tenure).
**Adjustable quotas:**
- `max_agents`: Maximum number of agents allowed
- `max_squads`: Maximum number of squads allowed
- `max_calls_per_month`: Monthly call limit
- `max_concurrent_calls`: Concurrent call limit
- `max_minutes_per_month`: Monthly minutes limit
- `max_campaigns`: Maximum campaigns allowed
- `max_recordings_gb`: Recording storage limit
- `max_files_gb`: File storage limit
- `max_file_size_mb`: Maximum single file size
Next
Block Tenant