---
title: "Revoke an Order Stream Grant"
method: POST
path: "/v1/order-stream-grants/{grantId}/revoke"
tags: ["Order Stream Grants"]
---

# Revoke an Order Stream Grant

`POST /v1/order-stream-grants/{grantId}/revoke`

Revokes the grant, disconnects live Share Sockets through the Pulse kick endpoint, and makes the token resolve to the uniform not-found response.

## Path parameters

- `grantId` string, uuid, required

## Request body

- object
  - `organizationId` string, uuid
  - `reason` string, nullable

## Response `200`

Default Response

## Other responses

- `default` — Unexpected error response

## Changes

- **2026-09-15** `5c8170e25e84` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/order-stream-grants/:grantId/revoke/post.md)

---

[API](https://skmtc.dev/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/revisions/5f448e72f77d?raw)
