Skip to main content
DELETE
/
api
/
v1
/
ops
/
promotions
/
{promotionalId}
Delete Promotion
curl --request DELETE \
  --url https://api.example.com/api/v1/ops/promotions/{promotionalId} \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "message": "required",
      "path": "name"
    }
  ],
  "message": "Bad Request Error",
  "statusCode": 400
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

promotionalId
string<uuid>
required

Promotion identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

Response

No Content