Project Videos
Delete Project Video
Delete a video from a project
DELETE
This endpoint allows you to delete a video from a project. The video will be marked as deleted and become unavailable.
Path Parameters
string
required
The unique identifier of the project.
string
required
The unique identifier of the video to delete.
Response
boolean
required
Will be true if the video was deleted successfully.
Notes
- The video must exist and belong to a project that you have access to
- The video will be marked as deleted and become unavailable
- This operation is irreversible