DELETE
/
v1
/
video-projects
/
{id}
Python
from magic_hour import Client
from os import getenv

client = Client(token=getenv("API_TOKEN"))
res = client.v1.video_projects.delete(id="cm6pvghix03bvyz0zwash6noj")
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API key. To get your API key, go to Developer Hub and click "Create new API Key".

Path Parameters

id
string
required

Unique ID of the video project. This value is returned by all of the POST APIs that create a video.

Example:

"cuid-example"

Response

204

204