DELETE
/api/agent_builder/agents/{id}
curl \
--request DELETE 'https://<KIBANA_URL>/api/agent_builder/agents/{id}' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"
Response examples (200)
Example response showing that deletion of the agent has been successful
{
"success": true
}