Skip to main content
DELETE
Delete Task Version (Legacy)

Authorizations

anchor-api-key
string
header
required

API key for your Anchor Browser account, sent as the anchor-api-key header on every request. Create one at app.anchorbrowser.io (API Access), or obtain one programmatically via the unauthenticated agent-access flow (POST /v1/agent-access).

Path Parameters

taskId
string<uuid>
required

The ID of the task

taskVersion
string
required

The version to delete

Pattern: ^(draft|latest|\d+)$

Response

Task version deleted successfully

data
object