---
title: "DELETE /api/v1/consulting/conversations/{conversationId}/share"
method: DELETE
path: "/api/v1/consulting/conversations/{conversationId}/share"
tags: ["Consulting"]
---

# DELETE /api/v1/consulting/conversations/{conversationId}/share

`DELETE /api/v1/consulting/conversations/{conversationId}/share`

Revokes the current public share URL immediately.

## Path parameters

- `conversationId` string, uuid, required

## Cookies

- `billing_session` string

## Response `200`

Share URL revoked.

- object
  - `status` 'complete', required

## Other responses

- `400` — The request is invalid.
- `401` — No Product subscriber session exists.
- `403` — The request did not originate from this Product.
- `404` — The conversation is not owned by the subscriber.
- `429` — The subscriber exceeded the sharing rate limit.
- `503` — Consulting admission controls are unavailable.

---

[API](https://skmtc.dev/expertschat/apis/billing-core-api.md) · [All operations](https://skmtc.dev/expertschat/apis/billing-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expertschat/billing-core-api/revisions/c6d0e986ce32/schema)
