Revoke agent's customer access
Customers
Revoke agent's customer access
Revoke this agent’s active access to act for a single customer, without affecting that customer’s other authorized agents.
DELETE
Revoke agent's customer access
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique key for idempotent request handling. If a request with the same key was already processed, the original response is returned.
Agent ID (agt_xxx) identifying which agent is making the request.
Required when X-Agent-ID is present. Session or conversation ID for agent observability.
Maximum string length:
1024Path Parameters
Agent ID
Pattern:
^agt_[0-9a-f]{32}$Customer party ID
Pattern:
^pty_[0-9a-f]{32}$