Skip to Content
🎉 New release with new features and improvements! V0.0.5 Release →

Block Tenant

Block a tenant.

POST /api/tenants/{id}/block

Path Parameters

ParameterTypeRequiredDescription
idstringyesTenant identifier

Response

Success Response (200 OK):

{ "data": [ { "tenantId": "acme", "status": "Blocked" } ], "status": "OK", "code": 200, "timestamp": 1234567890, "meta": {} }