# Se déconnecter de l'API

Pour vous déconnecter de l'API, exécutez la requête ci-dessus tout en étant authentifié.

### Language

{% code overflow="wrap" lineNumbers="true" %}

```
// Some code
curl --request POST \
     --url https://api.getkis.io/api/v1/api_access_auth/sign_out \
     --header 'access-token: VOTRE ACCESS-TOKEN' \
     --header 'client: VOTRE CLIENT' \
     --header 'uid: VOTRE UID' \
     --header 'accept: text/plain' \
     --header 'content-type: application/json' \
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.kis.work/documentation/documentation-api/authentification/se-deconnecter-de-lapi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
