Delete package policy by ID
Spaces method and path for this operation:
delete /s/{space_id}/api/fleet/package_policies/{packagePolicyId}
Refer to Spaces for more information.
DELETE
/api/fleet/package_policies/{packagePolicyId}
curl \
--request DELETE 'http://localhost:5601/api/fleet/package_policies/{packagePolicyId}' \
--header "Authorization: $API_KEY"