Skip to main content
POST
/
org
/
{org_id}
/
agents
/
{agent_id}
/
unit-tests
/
delete
Delete unit tests
curl --request POST \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/agents/{agent_id}/unit-tests/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{}

Path Parameters

org_id
string
required

Organization ID

agent_id
string
required

Agent ID

Body

application/json

IDs to delete

ids
string[]
required
Minimum array length: 1

Response

OK

The response is of type object.