# Delete a webhook subscription Delete a webhook subscription and stop receiving notifications for the associated event type. - Immediately stops webhook deliveries An operations manager needs to stop receiving flight update notifications after completing a system migration. Using this endpoint, they can cleanly remove the webhook subscription. Endpoint: DELETE /api/v2/webhooks/subscriptions/{subscriptionId} Version: 2.0.0 Security: X-Api-Client-Id, X-Auth-Token ## Path parameters: - `subscriptionId` (string, required) The unique identifier of the webhook subscription to delete. Example: "webhook-sub-12345"