curl --location --request DELETE 'https://api.cometapi.com/v1/videos/video_68f88d1e44988190b2614f6604afd3b80fb3f07d5e600d05' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2-hd",
"stream": true,
"max_tokens": 3000,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "cat"
}
]
}
]
}'{
"message": "Video with id 'video_68e688d4950481918ec389280c2f78140fcb904657674466' not found.",
"data": {
"error": {
"code": null,
"message": "Video with id 'video_68e688d4950481918ec389280c2f78140fcb904657674466' not found.",
"param": null,
"type": "invalid_request_error"
}
}
}