cURL
curl --request DELETE \ --url https://api.feedspace.io/v3/feeds/video/{video_feed_id} \ --header 'Authorization: Basic <encoded-value>'
{ "message": "Review deleted successfully" }
Delete a specific video review from the list.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
ID of the video feed
Video review deleted successfully.