/
/Argil API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3mo ago
  • getList all voices
  • getGet a Voice by id
  • getList all avatars
  • postCreate a new Avatar
  • getGet an Avatar by id
  • getPaginated list of Videos
  • postCreate a new Video
  • getGet a Video by id
  • deleteDelete a Video by id
  • postRender a Video by id
  • getList audio assets
  • getGet an Asset by id
  • getList subtitle styles
  • getExport subtitles for a video project
  • getRetrieve all webhooks
  • postCreate a new webhook
  • putUpdate a webhook
  • deleteDelete a webhook

Delete a Video by id

Delete a single Video identified by its id

delete/videos/{id}

Path parameters

idstring required

The id of the Video to delete

Response

Success message.

messagestring

Changes