# Leave Gym **DELETE /gym/visit** Leave gym using JWT. ## Servers - http://63.141.232.244:25540/v0: http://63.141.232.244:25540/v0 () ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Successfully left gym. #### Body: application/json (object) - **success** (boolean) Whether you left gym - **visit_history** (object) ### 401 User is not unauthorized or permissions are missing. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (string) Error message ### 429 Rate limit exceeded - 100 queries per 15 minutes. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (string) Error message [Powered by Bump.sh](https://bump.sh)