Headers
-
kbn-xsrf
string Required Kibana's anti Cross-Site Request Forgery token. Can be any string value.
Path parameters
-
agentId
string Required
DELETE
/api/fleet/agents/{agentId}
curl \
--request DELETE https://localhost:5601/api/fleet/agents/{agentId} \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: string"
Response examples (200)
{
"action": "deleted"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}