POST
/
api
/
v1
/
ops
/
tenants
/
{tenant_id}
/
suspend
Set Suspended
curl --request POST \
  --url https://api.example.com/api/v1/ops/tenants/{tenant_id}/suspend \
  --header 'Content-Type: application/json' \
  --data '
{
  "suspended": true,
  "reason": ""
}
'
{}

Path Parameters

tenant_id
string
required

Body

application/json
suspended
boolean
required
reason
string
default:""

Response

Successful Response

The response is of type Response Set Suspended Api V1 Ops Tenants Tenant Id Suspend Post · object.