---
title: "DELETE /webhookEndpoints/{webhookEndpointID}"
method: DELETE
path: "/webhookEndpoints/{webhookEndpointID}"
tags: ["WebhookEndpoints"]
---

# DELETE /webhookEndpoints/{webhookEndpointID}

`DELETE /webhookEndpoints/{webhookEndpointID}`

Deletes an existing webhook endpoint

## Path parameters

- `webhookEndpointID` string, required

## Response `200`

Operation succeeded.

- object
  - `httpStatusCode` integer, required — HTTP status code of operation
  - `message` string, required
  - `requestData` object, required — Data about the request itself, can be used for debugging
    - `requestID` string, required — Unique ID of request, you can provide your own while making the request, if not the ID will be randomly generated on server side
    - `link` string — Link to dashboard with details about request
  - `runtime` number, float, required — Runtime in seconds for this request

## Other responses

- `default` — Error

---

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