curl --request POST \
--url https://api.example.com/v1/projects/{project}/plans/{plan}/planCheckRuns:batchCancel \
--header 'Content-Type: application/json' \
--data '
{
"parent": "<string>",
"planCheckRuns": [
"<string>"
]
}
'{}Cancels multiple plan check runs. Permissions required: bb.planCheckRuns.run
curl --request POST \
--url https://api.example.com/v1/projects/{project}/plans/{plan}/planCheckRuns:batchCancel \
--header 'Content-Type: application/json' \
--data '
{
"parent": "<string>",
"planCheckRuns": [
"<string>"
]
}
'{}OK
The response is of type object.
Was this page helpful?