---
title: "Delete Webhook"
method: DELETE
path: "/api/integrations/zapier/webhooks/{webhookId}"
tags: ["Zapier Integration", "Webhooks"]
---

# Delete Webhook

`DELETE /api/integrations/zapier/webhooks/{webhookId}`

Delete a webhook subscription by ID

## Path parameters

- `webhookId` string, uuid, required

## Response `200`

Webhook deleted successfully

- object
  - `success` boolean
  - `webhookId` string, uuid

## Other responses

- `204` — Webhook deleted successfully (No Content)
- `401` — Authentication failed
- `404` — Webhook not found
- `500` — Internal server error

---

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