cURL
curl --request DELETE \ --url https://api.mottostreaming.com/monetization/ads/v1/video_ads/{video_ad_id} \ --header 'Authorization: Bearer <token>'
{}
DeleteVideoAd
Deletes existing video_ad. Can only be done when there are no more videos attached to it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object