Delete file uploaded by agent
DELETE /api/fleet/agents/files/{fileId}
curl \
-X DELETE https://localhost:5601/api/fleet/agents/files/{fileId}
Response examples (200)
{
"body": {
"deleted": true,
"id": "string"
}
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}