Delete a deal

Permanently deletes a deal. This cannot be undone.

Parameters


No parameters.

Returns


Returns a DELETED status on success. If the deal Id used doesn't exist, this call returns with an error.

Example Request


curl 'https://api.impact.com/Advertisers/<AccountSID>/Deals/00003' \
  -X DELETE \
  -u '<AccountSID>:<AuthToken>' \
  -H 'Accept: application/json'

Example Response


{
  "Status": "DELETED"
}