Push Notification API

delete /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

Parameters

NameInTypeRequiredEnumDefaultDescription
X-ApiTokenheaderstringyesAPI token (e.g. your_api_token)
idpathstringyesEndpoint ID (e.g. 551c5f64-a6d8-425d-b89c-581fac1f0144)

Responses

200 — Successful deletion

Deleted

{
  "data": {
    "id": "551c5f64-a6d8-425d-b89c-581fac1f0144"
  }
}

Machine-readable: OpenAPI JSON