# Delete a PMS provider **DELETE /pms/v1/providers/{id}** Permanently removes a PMS provider from a businessLocation. ## 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 - **id** (integer(int64)) The unique identifier for the provider. ## Responses ### 200 Provider deleted #### Body: application/json (integer(int64)) integer(int64) ### 400 Bad Request #### Body: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) ### 404 Provider not found #### Body: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) [Powered by Bump.sh](https://bump.sh)