---
title: "Delete an Outgoing Webhook"
method: DELETE
path: "/company/v1/webhooks/{webhookId}"
tags: ["outgoing webhooks (usersService)"]
---

# Delete an Outgoing Webhook

`DELETE /company/v1/webhooks/{webhookId}`

Deletes an outgoing webhook by ID.

## Path parameters

- `webhookId` integer, required

## Response `204`

No content

## Other responses

- `401` — Access token is missing or invalid
- `403` — Forbidden
- `404` — Resource not found

---

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