# Key Manager Logout

{% openapi src="<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>" 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](https://rest-api.symphony.com/main/bot-authentication/rsa-key-manager-authenticate) to get a `keyManagerToken`.
2. Call [Key Manager Logout](https://rest-api.symphony.com/main/bot-authentication/key-manager-logout) with the `keyManagerToken`.
