POST
/
v1
/
organizations
/
{org_id}
/
agent
/
run
/
ban
Ban All Checks For Agent Run
curl --request POST \
  --url https://api.codegen.com/v1/organizations/{org_id}/agent/run/ban \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_run_id": 123
}'
"<any>"

Headers

authorization
any

Path Parameters

org_id
integer
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.