Help Center

| Submit or View Help Requests | Developer Docs |
| |

Reverse an Entire Action via API

If you want to reverse an entire action (i.e., zero out the entire commission), use the call below using the ActionId value.

Example call

curl 'https://api.impact.com/Advertisers/{AccountSID}/Actions' \
  -X DELETE \
  -u '{AccountSID}:{AuthToken}' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -d 'ActionId={ActionId}' \
  -d 'DispositionCode={DispositionCode}'

Parameter reference

AccountId

Your impact.com account's API account ID value. Learn how to find this value.

AuthToken

Your impact.com account's API authorization token value. Learn how to find this value.

ActionId

The ID value of the action to be modified.

DispositionCode

The Disposition Code for reversing the action. If you're not using custom disposition codes, submit REJECTED. Learn more about disposition codes.

Example response

{
  "Status": "QUEUED",
  "QueuedUri": "/Advertisers/{AccountSID}/APISubmissions/A-86b9-56992f50eefe"
}  

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.