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

# Delete webhook

`DELETE /webhooks/{id}`

Permanently delete a webhook endpoint.

**gigstack Connect:** Delete webhooks for other teams using the `team` parameter.

## Path parameters

- `id` string, required

## Query parameters

- `team` string

## Response `200`

Webhook deleted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `401` — Unauthorized
- `404` — Webhook not found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2.md) · [All operations](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/disruptive-learning/gigstack-api-v2/revisions/5cf53ffd7580/schema)
