---
title: "revoke status"
method: POST
path: "/instances/{id}/client/action/revoke-status"
tags: ["story"]
---

# revoke status

`POST /instances/{id}/client/action/revoke-status`

Revokes (deletes) a previously posted status/story update.

## Path parameters

- `id` integer, required

## Request body

- object
  - `messageId` string, required — The serialized message ID of the status to revoke

## Response `200`

Status revoked successfully

- object
  - `status` 'success' | 'error'
  - `instanceId` string
  - `data` object
    - `messageId` string — The revoked status message ID
    - `revoked` boolean — Whether the status was revoked successfully

## Other responses

- `401` — Unauthorized — invalid or missing bearer token
- `403` — Forbidden — insufficient permissions or account blocked
- `404` — Not found — instance does not exist or does not belong to you
- `409` — Conflict — instance is not ready
- `422` — Validation error — invalid or missing request parameters
- `429` — Too many requests — rate limit exceeded

---

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