Skip to main content
DELETE
/
networks
/
couponcodes
/
{couponCodeId}
Delete Coupon Code
curl --request DELETE \
  --url https://api.eflow.team/v1/networks/couponcodes/{couponCodeId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "result": true
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

couponCodeId
integer
required

The coupon code ID.

Response

200 - application/json

OK

result
boolean

Whether the deletion was successful.