DELETE /admin/billing/plans/{plan_id}
Remove a plan pricing scheme that is no longer in use. Does not prevent deletion if tenants are subscribed; only removes the plan definition.
Billing Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Plan pricing ID |
Responses
| Status | Description | Schema |
| 200 | Delete successful | object |
| 400 | Invalid request parameters | object |
| 401 | Unauthorized | object |
| 403 | No permission | object |
| 500 | Internal server error | object |