---
title: "Delete Subscriber"
method: DELETE
path: "/subscriber/remove/{statuspage_id}/{subscriber_id}"
tags: ["Subscribers"]
---

# Delete Subscriber

`DELETE /subscriber/remove/{statuspage_id}/{subscriber_id}`

Delete a subscriber. All data for subscriber will be permanently removed and cannot be recovered.

## Path parameters

- `statuspage_id` string, required
- `subscriber_id` string, required

## Headers

- `x-api-id` string, required
- `x-api-key` string, required

## Response `200`

OK

- object
  - `result` boolean
  - `status` object
    - `error` string
    - `message` string

---

[API](https://skmtc.net/status/apis/status-io-api-v2.md) · [All operations](https://skmtc.net/status/apis/status-io-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/status/status-io-api-v2/revisions/6054bf6d1a84/schema)
