DELETE /admin/billing/payment-gateways/{plan_id}
Delete a payment gateway configuration.
Billing Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Payment gateway ID |
Responses
| Status | Description | Schema |
| 200 | Delete successful | object |
| 400 | Invalid request parameters | object |
| 401 | Unauthorized | object |
| 403 | No permission | object |
| 404 | Payment gateway not found | object |
| 500 | Internal server error | object |