Bulk uninstall packages
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/epm/packages/_bulk_uninstall
Refer to Spaces for more information.
[Required authorization] Route required privileges: integrations-all AND fleet-agent-policies-all.
POST
/api/fleet/epm/packages/_bulk_uninstall
curl \
--request POST 'http://localhost:5601/api/fleet/epm/packages/_bulk_uninstall' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"force":false,"packages":[{"name":"string","version":"string"}]}'