---
title: "endpoint.deleted"
method: POST
path: "endpoint.deleted"
tags: ["Webhook"]
---

# endpoint.deleted

`POST endpoint.deleted` (webhook)

Sent when an endpoint is deleted.

## Payload

- EndpointDeletedEvent — Sent when an endpoint is deleted.
  - `data` EndpointDeletedEventData, required — Sent when an endpoint is created, updated, or deleted
    - `appId` string, required — The Application's ID.
    - `appUid` string, nullable — The Application's UID.
    - `endpointId` string, required — The Endpoint's ID.
    - `endpointUid` string, nullable — The Endpoint's UID.
  - `type` 'endpoint.deleted', required

## Acknowledgement `2XX`

Return any 2XX status to indicate that the data was received successfully

---

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