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

# Delete a webhook

`DELETE /v2/webhooks/{webhook_id}`

Use this endpoint to delete videos.

## Path parameters

- `webhook_id` string, required

## Response `204`

Webhook successfully deleted.

## Other responses

- `403` — Forbidden - Wrong API key.
- `404` — Webhook ID doesn't exist.
- `default` — Unexpected Server error.

---

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