Skip to main content
POST
/
v1
/
connect
/
revoke
Revoke Connection Token
curl --request POST \
  --url https://api.aegisintent.xyz/v1/connect/revoke \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Aegis-Email: <x-aegis-email>'

Documentation Index

Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Immediately revoke the active Bearer session token, ending the authorized session. This requires dual-header validation.

Authorizations

Authorization
string
header
required

Provide raw API session token issued by /v1/connect/complete

Headers

X-Aegis-Email
string
required

Agent email address

Response

200

Token revoked successfully