Help Center

| Submit or View Help Requests | Developer Docs |

View desktop instructions
View mobile app instructions
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.

Parameter reference

Parameter

Description

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.

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}'

Did you find it helpful? Yes No

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