intents
Revoke the intent's share token and reset evidence disclosure to metadata-only.
Revocation atomically sets share_token to null and share_include_evidence to false. It is unconditional once ownership is verified and 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