Delete an agent binary download source
Delete an agent binary download source by ID.
DELETE /api/fleet/agent_download_sources/{sourceId}
curl \
-X DELETE https://localhost:5601/api/fleet/agent_download_sources/{sourceId} \
-H "kbn-xsrf: true"
Response examples (200)
{
"id": "string"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}