Imagine API Reference
  1. Video Generation
Imagine API Reference
  • Imagine API References
  • Image Generation
    • Text to Image API
      POST
    • Text to PNG API
      POST
  • Image Editing
    • Background Remover API
      POST
    • Image Upscale API
      POST
    • Generative Fill API
      POST
    • AI Resize API
      POST
    • Retouch API
      POST
  • E-Commerce
    • AI Backgrounds API
      POST
  • Video Generation
    • Text to Video API
      POST
    • Image to Video API
      POST
    • Status by ID
      GET
    • (Deprecated) Status by ID
      GET
    • Delete by ID
      DELETE
    • (Deprecated) Delete by ID
      DELETE
  1. Video Generation

Delete by ID

DELETE
https://api.vyro.ai/v2/video/{id}
video
Our Video Deletion API allows users to delete a video using its unique ID. It ensures the video and its associated data are removed

Request

Path Params
id
string 
required
Header Params
Authorization
string 
optional
Example:
Bearer {{API Token}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.vyro.ai/v2/video/' \
--header 'Authorization: Bearer vk-ad08a8e86d1a84404e5837be47d39ab44474f982671c0a'

Responses

🟢200Success
application/json
Body
Response object for the video deletion operation.
message
string 
required
Informative message regarding the result of the deletion operation.
status
string 
required
Status of the request.
Example
{
  "message": "video deleted",
  "status": "success"
}
🟠400Bad Request
🔴500Internal Server Error
🔴503Service Unavailable
Previous
(Deprecated) Status by ID
Next
(Deprecated) Delete by ID