Skip to content

Cancel a value backfill job

Requires ADMIN.

projectId
required
string

Project (tenant) identifier. Row-level tenant isolation is enforced on every query.

jobId
required
string

Value backfill job identifier.

Cancel result.

Media typeapplication/json
object
ok
boolean
cancelled
boolean

Not authenticated (401 via requireAuthenticated) or insufficient project role (403).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Resource not found (or cross-tenant — same 404).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}