---
title: "Delete subscriber"
method: DELETE
path: "/v1/subscribers/{subscriberId}"
tags: ["Subscribers"]
---

# Delete subscriber

`DELETE /v1/subscribers/{subscriberId}`

Deletes a subscriber entity from the Omni-Link platform

## Path parameters

- `subscriberId` string, required

## Response `200`

- object
  - `data` DeleteSubscriberResponseDto
    - `acknowledged` boolean, required — A boolean stating the success of the action
    - `status` 'deleted', required — The status enum for the performed action

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
