Path parameters
-
fileId
string Required
DELETE
/api/fleet/agents/files/{fileId}
curl \
--request DELETE 'http://localhost:5622/api/fleet/agents/files/{fileId}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"body": {
"deleted": true,
"id": "string"
}
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}