Delete a video of an ad
Endpoint for deleting a single uploaded video.
Path parameters
-
Id of an advertisement. It is either id that was provided in the response of the insert endpoint or it can be thirdPartyId, if it has been provided in the request body of the advertisement insert endpoint.
-
Id of a video. It is either id that was provided in the response of the insert endpoint or it can be thirdPartyId, if it has been provided in the request body of the video insert endpoint.
DELETE
/advertising/v1.0/ads/{adId}/videos/{videoId}
curl \
--request DELETE 'http://apis.reas.cz/advertising/v1.0/ads/63d9007e66fc41b2cd1057c6/videos/63d9007e66fc41b2cd1057c6' \
--header "Authorization: Bearer $ACCESS_TOKEN"