V1VideoTasksIdDismiss
Dismiss (soft-delete) a video task
Authorization
cookieAuth better-auth.session_token<token>
Session cookie set by Better Auth. Login via the app to obtain.
In: cookie
Path Parameters
id*string
Task UUID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X POST "http://localhost:3002/v1/video/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/dismiss"{
"success": true,
"revalidate": [
"string"
]
}{
"error": "string",
"detail": "string"
}{
"error": "string",
"detail": "string"
}