PhotoGPT Developers

Delete a video

DELETE
/videos/{videoID}

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"}