DELETE /admin/billing/dunning-settings/{tenant_id}
Delete the failed payment dunning policy configuration for a specified tenant, restoring default behavior.
Billing Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tenant_id |
path |
string |
Yes |
|
|
|
Tenant 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 |