Rejects a tracking value request. You need to pass the unique impact.com tracking value request Id
that was returned when listing tracking value requests.
Parameters
No parameters.
Returns
Returns the status of the request and the URI of the newly rejected tracking value request. Returns an error if reject parameters are invalid.
Example Request
curl 'https://api.impact.com/Advertisers/<AccountSID>/TrackingValueRequests/55555' \
-X DELETE \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/json'
Example Response
{
"Status": "OK",
"Uri": "/Advertisers/<AccountSID>/TrackingValueRequests/55555"
}