docs
  1. Admin Api
  2. Resources
  3. Promotions
  4. Delete Promotion By Id

Delete promotion by ID

Delete a Promotion

Path Parameters

ParameterDetails
promotionId
  • required
  • MinLength: 24
  • MaxLength: 24
string
Example:
645e0c241a93369ff53f26e0

Responses

204
Promotion was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/promotions/{promotionId}

Request samples

Provide Feedback