---
title: "Delete an incoming webhook"
method: DELETE
path: "/workflows/{workflowId}/incoming-webhooks/{webhookId}"
tags: ["Workflow Incoming Webhooks"]
---

# Delete an incoming webhook

`DELETE /workflows/{workflowId}/incoming-webhooks/{webhookId}`

Soft-deletes an incoming webhook for a workflow. Subsequent GET requests will return 404.

## Path parameters

- `workflowId` string, required
- `webhookId` string, required

## Response `204`

## Other responses

- `default`

---

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