Video Projects
Delete a named Video Project checkpoint
DELETE
/video-projects/{id}/checkpoints/{checkpoint_id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Video project ID
checkpoint_id*string
Checkpoint ID
Query Parameters
workspace_id*string
Workspace ID
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/video-projects/string/checkpoints/string?workspace_id=string"{ "$schema": "https://example.com/api/v1/schemas/DeleteVideoProjectCheckpointOutputBody.json", "deleted": true}