DELETE
/
payment-methods
/
{id}
Delete payment method
curl --request DELETE \
  --url https://api.wizcommerce.com/v1/payment-methods/{id} \
  --header 'X-API-Key: <api-key>'
{
  "data": "<any>"
}

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

id
string
required

ID

Response

204
application/json

No Content

The response is of type object.