Delete a payment method
DELETE/v1/auth/consumer-users/company/:company_id/payment-methods/:payment_method_id
Request
Path Parameters
company_id stringrequired
Unique ID of the company in scope.
payment_method_id stringrequired
Unique ID of the payment method in a company scope.
Responses
- 200
- 401
successful operation
Unauthorized
Loading...