curl --request DELETE \
--url https://api.devhelm.io/api/v1/service-subscriptions/{id} \
--header 'Authorization: Bearer <token>'Removes a specific subscription (whole-service or component-level). No-op if not found.
curl --request DELETE \
--url https://api.devhelm.io/api/v1/service-subscriptions/{id} \
--header 'Authorization: Bearer <token>'