Block Tenant
Block a tenant.
POST /api/tenants/{id}/blockPath Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Tenant identifier |
Response
Success Response (200 OK):
{
"data": [
{
"tenantId": "acme",
"status": "Blocked"
}
],
"status": "OK",
"code": 200,
"timestamp": 1234567890,
"meta": {}
}