v1

latestOpenAPI 3.1.02026-07-13250151.3 KB
intents

Revoke the intent's share token, invalidating all existing review links (sets intent_specs.share_token to null).

Revocation is unconditional once ownership is verified — succeeds even if no token currently exists. No rate limiter on this route.

delete/api/v1/intents/{id}/share

Path parameters

idstring required

id path parameter.

Query parameters

workspace_idstring

Required only when authenticating via session cookie (ignored for API-key auth).

Response

Share token revoked; returns { success: true }

object required