Delete an item for a promo code exception list

Permanently deletes a promo code exception list item. This cannot be undone. You need to pass the unique impact.com exception list item Id value that was returned upon promo code exception list item creation or when listing promo code exception list items.

Parameters


No parameters.

Returns


Returns the status of the request. Returns an error if delete parameters are invalid.

Example Request


curl 'https://api.impact.com/Advertisers/<AccountSID>/PromoCodeExceptionLists/<PromoCodeExceptionListId>/Items/<PromoCodeExceptionListItemId>' \
  -X DELETE \
  -u '<AccountSID>:<AuthToken>' \
  -H 'Accept: application/json'

Example Response


{
  "Status": "DELETED"
}