---
title: "Delete a call webhook"
method: DELETE
path: "/v1/calls/webhooks"
tags: ["Call webhooks"]
---

# Delete a call webhook

`DELETE /v1/calls/webhooks`

Removes the call webhook for the given event type. Wavix stops sending callbacks for that event.

## Query parameters

- `event_type` 'post-call' | 'on-call', required

## Response `200`

Returns a success confirmation. The call webhook is removed.

- SuccessResponse
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `400` — Request failed. Missing or invalid parameter <param_name>
- `401` — Unauthorized
- `403` — Request failed. The feature is disabled for your account.
- `422` — Validation error

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/versions/b22f170488b6/schema)
