---
title: "Delete webhook"
method: DELETE
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Delete webhook

`DELETE /webhooks/{webhookId}`

Make an API call to this endpoint to remove a webhook.

## Path parameters

- `webhookId` string, required

## Response `204`

Webhook has been deleted

## Other responses

- `400` — Invalid parameter in request query or body
- `401` — Unauthorized
- `403` — Access Denied
- `404` — The specified resource was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/attentive/apis/attentive-api-v2.md) · [All operations](https://skmtc.net/attentive/apis/attentive-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attentive/attentive-api-v2/revisions/be387e501197/schema)
