---
title: "Delete a project webhook"
method: DELETE
path: "/projects/{project_id}/webhooks/{webhook_id}"
tags: ["project-webhooks"]
---

# Delete a project webhook

`DELETE /projects/{project_id}/webhooks/{webhook_id}`

Delete a webhook and cascade its delivery history.

## Path parameters

- `project_id` string, required
- `webhook_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
