Delete payment method
DELETE/api/v1.0/payment-methods/:payment_method_id
Soft delete a payment method. Cannot delete methods used by active subscriptions. Associated token is revoked.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Payment method deleted
Unauthorized
Forbidden
Payment method not found
Conflict - payment method in use by active subscriptions
Internal server error