End user session and clear authentication

Terminates the current user session by invalidating authentication cookies and tokens. This effectively signs the user out of the application. After logout, the user will need to authenticate again to access protected resources.

Headers

x-api-keystringRequired
x-org-api-keystringRequired
x-composio-admin-tokenstringRequired

Response

Logout operation completed successfully. The session has been terminated and authentication cookies have been invalidated.
messagestring

Human-readable result message of the logout operation

Errors