## Delete a webhook subscription **delete** `/v3/webhook-subscriptions/{subscriptionId}` Delete a webhook subscription. ### Path Parameters - `subscriptionId: string` ### Example ```http curl https://api.linqapp.com/api/partner/v3/webhook-subscriptions/$SUBSCRIPTION_ID \ -X DELETE \ -H "Authorization: Bearer $LINQ_API_V3_API_KEY" ``` #### Response ```json { "error": { "status": 401, "code": 2004, "message": "Unauthorized - missing or invalid authentication token" }, "success": false } ```