/endpoints/{id}Delete endpoint
Base URL https://api.vseepreview.com/api_v3
Authentication: User Token — Requires a user access token from login or SSO.
Delete a notification endpoint
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
id | path | string | yes | Endpoint ID (e.g. 551c5f64-a6d8-425d-b89c-581fac1f0144) |
200 — Successful deletionDeleted
{
"data": {
"id": "551c5f64-a6d8-425d-b89c-581fac1f0144"
}
}
Machine-readable: OpenAPI JSON