delete https://backstage.taboola.com/backstage/api/1.0//campaigns//performance-video/items/
Delete the specified performance video item (motion ad).
Example:
DELETE /backstage/api/1.0/demo-advertiser/campaigns/1234/performance-video/items/123
{
"id": "123",
"campaign_id": "1234",
"url": "http://news.example.com/demo_article.html",
"title": "Demo Article",
"approval_state": "APPROVED",
"is_active": true,
"status": "STOPPED",
"policy_review": {
"reject_reason": null
},
"fallback_url": "http://cdn.taboola.com/libtrc/static/thumbnails/1cc96d86c676d195c1d3cb426ddc9745.png",
"gif_url": "http://c3.taboola.com/libtrc/static/gif/t_PERFORMANCE_VIDEO_DEFAULT/e_loop/so_0/f_gif/v1602508826/ax3qanrabayqre4lw3gg.gif",
"video_url": "http://c3.taboola.com/libtrc/static/video/t_PERFORMANCE_VIDEO_DEFAULT/v1602508826/ax3qanrabayqre4lw3gg.mp4!-#@800x448"
}
Returns the performance video item (motion ad) with
status
= STOPPED.For all purposes, the performance video item (motion ad) is 'deleted'. Any attempt to reference that ID will return 404 Not Found.
Attempting to delete a previously deleted performance video item (motion ad) - i.e. where
status
= STOPPED - will return 404 Not Found.