deleteAdvertiser
Delete an additional advertiser from a supercampaign.
Request format
https://adfox.yandex.com/api/v1
  ? object=superCampaign
  & action=additionalUsers
  & actionObject=deleteAdvertiser
  & objectID=<integer>
  & advertiserID=<integer>
| 
 | The ID of the supercampaign to delete a user from. | 
| 
 | Advertiser ID. See also: | 
* Required
Response format
<response>
<status>
  <code>{integer}</code>
</status>
</response>
Response parameters
| 
 | Request processing status. For the key, see Error handling. | 
Sample request and response
Request:
https://adfox.yandex.com/api/v1?object=superCampaign&action=additionalUsers&actionObject=deleteAdvertiser&objectID=39377&advertiserID=456Response:
<response> <status> <code>0</code> </status> </response>
Other actions with the object
See also other actions with the superCampaign object:
- Add a supercampaign.
- Delete a supercampaign.
- Edit a supercampaign.
- Get a list of supercampaigns.
- Add an additional advertiser.
- Delete an additional assistant.
- Add an additional assistant.
The ID of the supercampaign to delete a user from.
Advertiser ID.
See also:
Required
Was the article helpful?
Previous
Next