# Delete a webhook subscription Deletes a webhook subscription and stops receiving notifications for the associated event type. Features: - Immediately stops webhook deliveries Example Use Case: 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. For more information on setting up and managing webhooks, see the Event Notifications (Webhook) Guide. Endpoint: DELETE /api/v2/webhooks/subscriptions/{subscriptionId} Version: 2.4.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" ## Response 204 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields