PixelDance
V1VideoTasksIdDismiss

Dismiss (soft-delete) a video task

POST
/v1/video/tasks/{id}/dismiss

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

Formatuuid

Response 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"
}