If you want to reverse an entire action (i.e., zero out the entire commission), use the call below using the ActionId value.
Parameter  | Description  | 
|---|---|
  | Your impact.com account's API account ID value. Learn how to find this value.  | 
  | Your impact.com account's API authorization token value. Learn how to find this value.  | 
  | The ID value of the action to be modified.  | 
  | The Disposition Code for reversing the action. If you're not using custom disposition codes, submit   | 
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}'{
  "Status": "QUEUED",
  "QueuedUri": "/Advertisers/{AccountSID}/APISubmissions/A-86b9-56992f50eefe"
}