Skip to main content
DELETE
/
discounts
/
{prefix_id}
Delete discount
curl --request DELETE \
  --url https://api.crevio.co/v1/discounts/{prefix_id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

prefix_id
string
required

The resource prefix ID

Response

Discount deleted

The response is of type object.