bannerType
Delete a banner type. If you delete a banner type, all banners created using the deleted type won't be displayed on the website.
Request format
https://adfox.yandex.com/api/v1
? object=account
& action=delete
& actionObject=bannerType
& listIDs=<integer>
|
ID of the object to delete. Use a comma to separate object IDs in the list. |
* Required
Response format
<response>
<status>
<code>{integer}</code>
</status>
</response>
Response parameters
|
Request processing status. If the value is |
Sample request and response
Request:
https://adfox.yandex.com/api/v1?object=account&action=delete&actionObject=bannerType&listIDs=357,358
Response:
<response> <status> <code>0</code> </status> </response>
Other actions with the object
See more actions with the bannerType
object:
- Add a banner type.
- Get a list of banner types.
- Edit a banner type.
- Add a backup ad for a banner type.
- Get a list of templates.
ID of the object to delete.
Use a comma to separate object IDs in the list.
Required
Copied