/
Deleting an Ad Space

Deleting an Ad Space



URL: /admin/adnet/pub/admin/espacios.html?op=b&o=xml

Requirements:
  • The space must not have been previously deleted
  • Ad space identifier must be known (espacio_id)
Mandatory parameters:
  • The parameter espacio_id must be included.
Request example:
URL: /admin/adnet/pub/admin/espacios.html?op=b&o=xml&espacio_id=4431


Response:


It contains an object <operacion> that contains a tag <resultado>. The result could be either 1 (successful operation) or 0 (failed operation). 

If the operation is unsuccessful, it adds a list of errors through tags <error>, containing the attribute that specifies the attribute's name with error, and message with the error message.


Response example without errors:

<operacion>
    <resultado>1</resultado>
</operacion>

Related content