Revoke a linked identity
DELETE/v1/assistant/grants/:grant_id
Revokes the grant, disabling the Assistant for that identity. The grant is resolved on every inbound message, so the next one from that identity is refused before the agent is invoked — revocation is immediate, not eventual. The identity is free to link again afterwards.
Request
Responses
- 204
- 401
- 404
Grant revoked.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).