Agent Keys

Revoke agent key

Revoke an agent key immediately without issuing a replacement. Other active keys for the same agent keep working.

delete/agent-keys/{keyId}

Path parameters

keyIdstring required

Agent key ID (agk_*).

Headers

Idempotency-Keystring required

Unique key for safely retrying a request without creating duplicates.

X-Instance-IDstring nullable

Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.

Response

Successful Response

Changes

Changed in 4 of the 28 revisions of this API.13

    • deleted the header request parameter X-Agent-ID with deprecation

      request-parameter-removed-with-deprecation

    • header request parameter X-Agent-ID was deprecated

      request-parameter-deprecated

    • added the required property data/attributes/tags to the response with the 200 status

      response-required-property-added

    • for the header request parameter Idempotency-Key, the maxLength was set to 255

      request-parameter-max-length-set