curl --request POST \
--url https://api.example.com/v2/billing/payment-methods/remove/ \
--header 'Authorization: Bearer <token>'Remove a payment method from the fleet.
curl --request POST \
--url https://api.example.com/v2/billing/payment-methods/remove/ \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
No response body
Was this page helpful?