# Deactivate Integration for Restaurant **POST /reservation/api/1/user/platform/{platform-code}/integration/deactivate** Deactivate the integration between the K-Series business location and the external reservation platform. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **platform-code** (string) The unique code assigned to the reservation platform. ### Body: application/json (object) - **businessLocationId** (integer(int64)) The unique identifier of the business location. - **platformRestaurantId** (string) The external platform's unique identifier for the restaurant. ## Responses ### 200 Accepted ### 400 Non relevant request ### 403 Access token not relevant for the businessLocation, use authorization-code ### 404 Platform not found [Powered by Bump.sh](https://bump.sh)