/
/Argil API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
  • getList all voices
  • postCreate a voice from audio
  • getGet a Voice by id
  • postSync voices from connected providers
  • 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 assets
  • postUpload an asset
  • getGet an asset by ID
  • deleteDelete an asset
  • getList subtitle styles
  • getExport subtitles for a video project
  • getRetrieve all webhooks
  • postCreate a new webhook
  • putUpdate a webhook
  • deleteDelete a webhook

Delete an asset

Soft-deletes an asset. The asset is hidden from listings but existing videos using it continue to render.

delete/assets/{id}

Path parameters

idstring uuid required

Response

Asset deleted

messagestring

Example response

{
  "message": "Asset deleted"
}

Changes