Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.synapsai.cloud/v1/videos/{video_id}
import requestsurl = "https://api.synapsai.cloud/v1/videos/{video_id}"response = requests.delete(url)print(response.text)
{ "id": "<string>", "deleted": true, "object": "video.deleted" }
Video deletion response
Confirmation payload returned after deleting a video
video.deleted