Skip to main content
Delete Flash VSR task
Delete a Flash VSR task with its public flashvsr: ID. GENGEN verifies the local task record, resolves the provider task ID, and forwards the delete operation. Try the delete workflow.

Path parameter

string
required
Public task ID returned by the create endpoint. URL-encode the colon when placing the ID in the request path.

Response

A successful delete returns:
There is no response body. The locally persisted task becomes cancelled when its previous state was queued or pending, and deleted otherwise.
The provider can reject deletion while a task is actively processing. Treat deletion as successful only after receiving 204 No Content.
The task must exist in the authorized GENGEN workspace.