Skip to main content

Delete a Promotion

DELETE Delete a Promotion​

https://useast.api.elasticpath.com/v2/rule-promotions/:promotionID

Parameters​

Path parameters​

NameRequiredTypeDescription
promotionIDRequiredstringThe unique identifier of the promotion.

Headers​

NameRequiredTypeDescription
AuthorizationRequiredstringThe Bearer token required to get access to the API.

Request Example​

curl -X GET https://useast.api.elasticpath.com/v2/rule-promotions:promotionID \
-H "Authorization: Bearer XXXX" \
-H "Content-Type: application/json" \

Response Example​

204 No Content