EntityPayment Method

Delete

DEL
Mark a payment method as inactive. This will not remove the payment method from the system, but will prevent it from being used in the future.

Path parameters

entityIdstringRequired
paymentMethodIdstringRequired
DEL
1curl -X DELETE https://api.mercoa.com/entity/ent_8545a84e-a45f-41bf-bdf1-33b42a55812c/paymentMethod/pm_4794d597-70dc-4fec-b6ec-c5988e759769 \
2 -H "Authorization: Bearer <token>"