Delete payment method
DELETE/company/payment/payment_method/:id
Remove a specific payment method.
Constraints:
- The default payment method cannot be deleted
- There must be at least one active method
Response Example:
{
id: pm_1Jm...
}
Request
Responses
- 200
- 400
- 401
Method removed
Invalid request
Unauthorized