Cancel a pending/running backfill job (EDITOR)
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
configId
required
string
jobId
required
string
Responses
Section titled “Responses”{ ok: true }
Media typeapplication/json
object
ok
boolean
Only pending/running jobs can be cancelled
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Job not found
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}