Delete a Promotion
DELETE Delete a Promotion
https://useast.api.elasticpath.com/v2/rule-promotions/:promotionID
Parameters
Path parameters
| Name | Required | Type | Description | 
|---|---|---|---|
promotionID | Required | string | The unique identifier of the promotion. | 
Headers
| Name | Required | Type | Description | 
|---|---|---|---|
Authorization | Required | string | The 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