API

Video löschen

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

Löschen Sie eine Videoeinbettung und geben Sie den letzten bekannten Status der Videoeinbettung zurück. Erfordert API-Token.

Antwort

{
  "created": 1643723737, // when this video embed was created
  "duration": null, // duration of the video
  "width": null, // width of the video in pixels
  "height": null, // height of the video in pixels
  "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
  "renditions": [],
  "subtitles": []
}
🍪 Klicken Sie auf „Akzeptieren“, um zu bestätigen, dass Sie damit einverstanden sind, dass wir keine Cookies verwenden. Ja, dieses Banner ist nur zur Ansicht da!
Akzeptieren