---
title: "Delete Webhook Registration"
method: DELETE
path: "/webhook_registrations/{id}"
tags: ["Webhooks"]
---

# Delete Webhook Registration

`DELETE /webhook_registrations/{id}`

Delete an existing webhook registration.

## Path parameters

- `id` string, required — The ID of the webhook registration to delete.

## Response `200`

Returns confirmation of successful deletion.

- object
  - `success` boolean, required — Whether the deletion was successful.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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