---
title: "DELETE /webhooks/{id}"
method: DELETE
path: "/webhooks/{id}"
tags: ["Webhooks"]
---

# DELETE /webhooks/{id}

`DELETE /webhooks/{id}`

This endpoint deletes a specific webhook by ID.
Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/).

## Path parameters

- `id` string, required

## Response `200`

Successfully deleted a single webhook that matched the provided ID

- object
  - `status` 'ok'

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Not Permitted
- `404` — Not Found
- `429` — Too Many Requests
- `5XX` — Unexpected Error

---

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