Pour vous déconnecter de l'API, exécutez la requête ci-dessus tout en étant authentifié.
// 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' \