### Remove a gateway configuration

`DELETE /api/v1/admin/payments/config/{gateway}`

Deletes the tenant's credentials for one driver. Transactions already recorded against it are untouched.

- Authentication: manager session (JWT) or API token
- Permission: `prm_settings` (Manage settings)
- Risk: danger
- Rate limit bucket: `t_mutate`

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `gateway` | path | string | yes | Driver id. |

