# Logout Device **DELETE /devices/me/session** Logout from WhatsApp and remove the session. You'll need to scan QR again. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Device logged out successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)