curl --request DELETE \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/environment/{environment_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete an environment of an agent by id.
curl --request DELETE \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/environment/{environment_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}