Delete file uploaded by agent
Spaces method and path for this operation:
delete /s/{space_id}/api/fleet/agents/files/{fileId}
Refer to Spaces for more information.
DELETE
/api/fleet/agents/files/{fileId}
curl \
--request DELETE 'https://localhost:5601/api/fleet/agents/files/{fileId}' \
--header "Authorization: $API_KEY"