curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/payment_methods/{id} \
--header 'Authorization: Bearer <token>'{
"error": "The access token is invalid"
}Deletes a Payment Method
curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/payment_methods/{id} \
--header 'Authorization: Bearer <token>'{
"error": "The access token is invalid"
}Was this page helpful?