Delete output
Spaces method and path for this operation:
delete /s/{space_id}/api/fleet/outputs/{outputId}
Refer to Spaces for more information.
Delete output by ID.
[Required authorization] Route required privileges: fleet-settings-all.
DELETE
/api/fleet/outputs/{outputId}
curl \
--request DELETE 'https://localhost:5601/api/fleet/outputs/{outputId}' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"