Skip to main content
POST
Block Tenant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant_id
string<uuid>
required

Body

application/json

Request to block/unblock a tenant.

blocked
boolean
required

True to block, False to unblock

reason
string | null

Reason for blocking

block_services
string[]

Services to block: calls, agents, sip, recordings, analytics

Response

Successful Response