Delete event subscription
documentedDeletes the subscription with the specified id.
DELETE /event/subscription/{id}Eventsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.lime-go.com/v1/event/subscription/{{$id}}" \
-X DELETE \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-Api-Key: {{LIME-GO_API_KEY}}" \
-H "Accept: application/json"