removeValue

Delete the value of a user targeting characteristic.

Request format

https://adfox.yandex.com/api/v1
  ? object=userCriteria
  & action=removeValue
  & objectID=<string>

objectID*

Characteristic value ID.

See also:

* Required

Response format

<response>
<status>
  <code>{integer}</code>
</status>
</response>

Response parameters

code

Request processing status. For the key, see Error handling.

Sample request and response

Request:

https://adfox.yandex.com/api/v1?object=userCriteria&action=removeValue&objectID=1345

Response:

<response>
<status>
  <code>0</code>
</status>
</response>

Other actions with the object

See also other actions with the userCriteria object:

Characteristic value ID.

See also:

Required