Delete Video
Learn how to delete a brand video from your workspace
Overview#
This endpoint allows you to delete a specific brand video from your workspace using its unique ID.
https://api.orshot.com/v1/brand-assets/videos/delete/:idRequest#
await fetch("https://api.orshot.com/v1/brand-assets/videos/delete/789", {
method: "DELETE",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer <ORSHOT_API_KEY>",
},
});Path Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
id | Number | Yes | The unique identifier of the video to delete |
Error Responses#
Video Not Found (404)#
{
"error": "Video not found"
}Missing Video ID (400)#
{
"error": "Video ID is required"
}Unauthorized (403)#
{
"error": "Access Forbidden"
}Notes#
- The video must belong to your workspace
- Once deleted, videos cannot be recovered
Rate Limits#
- 30 requests per minute per endpoint

All Set? Let's Start Automating
- Image, PDF and Video Generation via API
- Canva like editor with AI and smart features
- No-Code Integrations (Zapier, Make, n8n etc.)
- Embed Orshot Studio in your app
- Start Free. No credit card required. Cancel anytime.