Delete Videos
Library Management
Delete Videos
Permanently delete one or more videos from your Private Video Library.
POST
Delete Videos
Product: Visual Search
Use case: Upload videos and images, auto-index them, then search by natural language, image, or transcript phrase
Host:
https://api.memories.ai/serve/api/v1
Auth: Authorization: sk-mavi-... (no Bearer prefix)Prerequisites
- You have created a memories.ai API key.
Endpoint
POST /serve/api/v1/delete_videos Rate limit: Maximum 100 videos per request.Request Example
Request Body
Array of video IDs (strings) — sent as a raw JSON array.Request Parameters
Array of video identifiers to delete. Maximum 100 per request.
Response Example
Status code 200Error Responses
Response Fields
Business status code.
"0000" indicates every supplied video_no was owned by your account and deleted. If any id is unknown or not owned, the request fails (non-0000) and nothing is deleted.Human-readable status message.
"success" on success; for failures see the Error Responses section above.Always
null on this endpoint — there is no per-video result array.true when all supplied videos passed the ownership check and were deleted; false if the request was rejected (see the ownership warning above).Inverse of
success.