deleteAssistant

Delete an additional assistant from a supercampaign.

Request format

https://adfox.yandex.com/api/v1
  ? object=superCampaign
  & action=additionalUsers
  & actionObject=deleteAssistant
  & objectID=<integer>
  & assistantID=<integer>

objectID*

The ID of the supercampaign to delete a user to.

assistantID*

ID of the assistant who will be allowed access to the object according to their permissions.

Read also:

Response format

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

Response parameters

code

Request processing status. If the value is 0, the request was completed successfully. For the key, see Error handling.

Sample request and response

Request:

https://adfox.yandex.com/api/v1?object=superCampaign&action=additionalUsers&actionObject=deleteAssistant&objectID=39377&assistantID=456

Response:

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

Other actions with the object

See more actions with the superCampaign object:

The ID of the supercampaign to delete a user to.

ID of the assistant who will be allowed access to the object according to their permissions.

Read also:

Required parameter.