Delete a subscription alert
Alerts
Delete an alert
This endpoint allows you to delete an existing alert for a subscription.
DELETE
Delete a subscription alert
Documentation Index
Fetch the complete documentation index at: https://lago-dependabot-npm-and-yarn-socket-io-parser-4-2-6.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
External ID of the existing subscription
Example:
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
Unique code of the alert
Example:
"storage_threshold_alert"
Query Parameters
Filter by subscription status. When provided, the subscription is looked up with this status instead of the default active status. Possible values are pending, active, terminated, or canceled.
Available options:
pending, active, terminated, canceled Example:
"active"
Response
Subscription alert deleted