API ReferenceVideos
Delete a video
Deletes a private video owned by the authenticated user.
Authorization
BearerAuth AuthorizationBearer <token>
Developer API key. Send as Authorization: Bearer <api_key>.
In: header
Path Parameters
videoID*string
Video ID
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/videos/string"{ "result": null, "status": "OK"}{ "err": "string", "message": "string", "result": null, "status": "NOK"}{ "err": "string", "message": "string", "result": null, "status": "NOK"}{ "err": "string", "message": "string", "result": null, "status": "NOK"}{ "err": "string", "message": "string", "result": null, "status": "NOK"}