api

Delete video

DELETE https://mave.io/api/v1/videos/{id}

Delete a video embed and return last known state of the video embed. Requires API token.

Response

{
  "created": 1643723737, // when this video embed was created
  "duration": null, // duration of the video
  "id": "k1iFD7h4rW", // the ID if you want to store it for your user and possibly webhooks
  "last_upload": null, // when a video has been uploaded
  "name": null, // name of the file or chosen name
  "object": "video", // the type of object you're looking at
  "poster_image": null, // uploaded poster or first frame of video when uploaded
  "size": null // size of the video
}