> For the complete documentation index, see [llms.txt](https://rest-api.symphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rest-api.symphony.com/main/bot-authentication/key-manager-logout.md).

# Key Manager Logout

{% openapi src="/files/bJvxCRcpQFWL9QXqSE5x" path="/v1/logout" method="post" %}
[km-cert-api-public.yaml](https://544392450-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F909t04Fk8FiEI7fBcmlw%2Fuploads%2Fgit-blob-419162d50a87f510738956b4563b2497b773594d%2Fkm-cert-api-public.yaml?alt=media)
{% endopenapi %}

To call the Key Manager Logout endpoint for a user, you must have a valid keyManagerToken for the user.

Example call sequence:

1. Call [Key Manager Authenticate](/main/bot-authentication/rsa-key-manager-authenticate.md) to get a `keyManagerToken`.
2. Call [Key Manager Logout](/main/bot-authentication/key-manager-logout.md) with the `keyManagerToken`.
