---
title: "Remove webhook topic"
method: DELETE
path: "/webhooks/{id}/topics/{topicId}"
tags: ["Webhooks"]
---

# Remove webhook topic

`DELETE /webhooks/{id}/topics/{topicId}`

Remove a specific topic from a webhook

## Path parameters

- `id` string, uuid, required
- `topicId` string, uuid, required

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Other responses

- `400` — The request is missing required parameters or has invalid parameters
- `401` — Missing or invalid token
- `403` — User does not have permission to access this resource
- `500` — Server error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
