---
title: "Delete a webhook endpoint"
method: DELETE
path: "/webhook/endpoints/{webhook_endpoint_id}"
tags: ["Webhooks"]
---

# Delete a webhook endpoint

`DELETE /webhook/endpoints/{webhook_endpoint_id}`

Delete a webhook endpoint and all associated webhook events and delivery attempt data. This will stop POST requests to the endpoint.

_**Note**: deletion will take place asynchronously and may not be complete when this request returns._

## Path parameters

- `webhook_endpoint_id` string, required

## Headers

- `Arcadia-Version` string, required

## Response `202`

Accepted

- WebhookEndpoint
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `id` string, uuid, required
  - `signing_key` string, required
  - `url` string, required
  - `sandboxed` boolean, required
  - `enabled` boolean, required
  - `arc_version` string, required

---

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