Removing Postback URLs¶
Parameters¶
HTTP method |
Access rights |
URL | Note |
---|---|---|---|
POST | manage_opt_codes | https://api.admitad.com/opt_codes/delete/{id}/ |
Returns the result of the operation, where id is the ad space ID.* |
* Returns the result in the JSON format.
Example of use¶
Example of a request with utility ``curl``:
curl -L -H 'Authorization: Bearer access_token' -X POST https://api.admitad.com/opt_codes/delete/24/
Example of the response from the API server in the JSON format:
{"message": "The code record was deleted successfully", "success": "Deleted"}