Referencia de APIOrganization
Delete Organization customer payment methods by paymentmethodid
← Back to full API reference
DELETE
/v1/organization/customer/payment-methods/:paymentMethodIdAuth required- Requires organization permissions for this resource.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| paymentMethodId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"paymentMethodId": 1
}Query
json
{}Body
json
{}Sample response
json
{
"success": true
}