Delete an agent binary download source Beta
Delete an agent binary download source by ID.
DELETE
/api/fleet/agent_download_sources/{sourceId}
curl \
-X DELETE https://<KIBANA_URL>/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
}