Delete a Payment Method
delete
/brm/paymentMethods/v1/paymentMethod/{paymentMethodId}
Deletes the specified payment method.
Request
Path Parameters
-
paymentMethodId(required): string
The ID of the payment method to delete.
There's no request body for this operation.
Back to TopResponse
204 Response
The payment method was deleted successfully.
400 Response
Invalid Token
401 Response
Unauthorized
403 Response
Forbidden
404 Response
Not Found
405 Response
Method not Allowed
500 Response
Internal Server Error