Motivation MoneyMotivation Money
API 参考Agent Sessions

Revoke an agent session immediately

All subsequent requests with the session token will receive 401.

DELETE
/agent-sessions/{session_id}
AuthorizationBearer <token>

API key: Authorization: Bearer mpk_live_<key>

In: header

Path Parameters

session_id*string

Response Body

curl -X DELETE "https://motivation-money.vercel.app/api/v1/agent-sessions/sess_abc123"
Empty