Skip to main content
DELETE /v1/tenants/{product_slug}/limits removes every allocation from a direct child tenant. The tenant becomes unlimited within its parent’s own credit pool — equivalent to PUT .../limits with an empty limits array.

Endpoint

Path Parameter

string
required
A direct child tenant’s slug.

Example Request

Response

A successful request returns 204 No Content with an empty body.

Required Scope

Requires tenants:write.

Error Responses