Delete ReTag tags¶
Parameters¶
HTTP method |
Access rights |
URL | Parameters |
Note |
---|---|---|---|---|
POST | manage_webmaster_retag | https://api.admitad.com/retag/delete/{id}/ |
Parameter request list | 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/retag/delete/17/
Example of the response from the API server in the JSON format:
{
"message": "The tag record was deleted successfully",
"success": "Deleted"
}