Headers
-
Content-Type string
-
Accept string
Body Required
-
Stripe payment method ID.
DELETE
/api/v1/payment-method
curl \
--request DELETE https://api.plannrcrm.com/api/v1/payment-method \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data '{"payment_method_id":"pm_1EUmyr2x6R10KRrhlYS3l97f"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"payment_method_id": "pm_1EUmyr2x6R10KRrhlYS3l97f"
}