DELETE
/v1/integrations/stripe/{familyId}/payment-methods/{paymentMethodId}
curl \
--request DELETE 'https://localhost/v1/integrations/stripe/fml_123123123123/payment-methods/pm_123123123123'
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}