Delete a PMS provider
Permanently removes a PMS provider from a businessLocation.
Path parameters
-
id
integer(int64) Required The unique identifier for the provider.
DELETE
/pms/v1/providers/{id}
curl \
--request DELETE 'https://api.trial.lsk.lightspeed.app/pms/v1/providers/3012455645' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
42
Response examples (400)
{
"status": "string",
"timestamp": "2025-05-04T09:42:00Z",
"message": "string",
"apiSubExceptions": [
{
"field": "string",
"rejectedValue": {},
"message": "string"
}
]
}
Response examples (404)
{
"status": "string",
"timestamp": "2025-05-04T09:42:00Z",
"message": "string",
"apiSubExceptions": [
{
"field": "string",
"rejectedValue": {},
"message": "string"
}
]
}