---
title: "Revoke a sandbox session"
method: DELETE
path: "/v1/whatsapp/sandbox/sessions/{sessionId}"
tags: ["WhatsApp Sandbox"]
---

# Revoke a sandbox session

`DELETE /v1/whatsapp/sandbox/sessions/{sessionId}`

Hard-deletes the session. The user loses the ability to send to that
phone via the sandbox until they re-activate it. Existing conversations
and messages already exchanged with that phone are untouched —
revocation only blocks FUTURE sends.

Sessions belonging to other users cannot be revoked; the response is
the same 400 as "session not found" so existence isn't leaked.

## Path parameters

- `sessionId` string, required

## Response `200`

Session revoked

- object
  - `success` boolean

## Other responses

- `400` — Invalid or unknown session id
- `401` — Unauthorized
- `403` — Inbox addon required

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
