Delete a specific payment method. This will remove the payment method from the system making it unavailable for further transactions.
DELETE
/2026-2/payment-methods/{paymentMethodId}
curl \
--request DELETE 'https://api.pace.cloud/payment/2026-2/payment-methods/e7b23b4b-3957-499f-98e9-7205b581d8ac' \
--header "Authorization: Bearer $ACCESS_TOKEN"