delete
https://www.mave.io/api/v1/videos/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This enables you to delete a video embed and returns the following for example (last known state of the video embed):
{
"created": 1643723737, // when this video embed was created
"embed_url": "https://www.mave.io/k1iFD7h4rW", // the embed url to use in your application
"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
"object": "video" // the type of object you're looking at
}