DelinquentOrgRequestSchema
Request schema for marking organization as delinquent.
delinquentbooleanrequired
Delinquency status (only true is supported)
hyperstack_org_idintegerrequired
Hyperstack organization ID.
DelinquentOrgRequestSchema
{
"delinquent": true,
"hyperstack_org_id": 0
}
Was this page helpful?