# Delete a webhook subscription permanently Deactivate a webhook subscription and remove the record permanently. Warning: you cannot undo this action. Endpoint: DELETE /v2/webhooks/subscriptions/{subscription_id} Version: v2 Security: oauth2_as_a_server, oauth2_as_a_user ## Path parameters: - `subscription_id` (integer, required) Id of the subscription to delete ## Response 401 fields (*/*): - `errors` (array) - `errors.code` (integer) Example: 401 - `errors.title` (string) Example: "Unauthenticated" - `errors.detail` (string) Example: "Access token was not provided or not recognized." ## Response 403 fields (*/*): - `errors` (array) - `errors.code` (integer) Example: 403 - `errors.title` (string) Example: "Unauthorized" - `errors.detail` (string)