Permanently deletes an exception list item. This cannot be undone. You need to pass the unique impact.com exception list item Id
value that was returned upon exception list item creation or when listing 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>/ExceptionLists/<ExceptionListId>/Items/<ExceptionListItemId>' \
-X DELETE \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/json'
Example Response
{
"Status": "DELETED"
}