Disable SaaS for locations
POST/saas-api/public-api/bulk-disable-saas/:companyId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Disable SaaS for locations for given locationIds
Request
Version stringrequired
API Version
Available options
2023-02-21companyId stringrequired
Company ID to disable SaaS for
- application/json
- Body
- Example (auto)
Bodyrequired
locationIdsstring[]required
Location IDs
{
"locationIds": [
"locationId1",
"locationId2"
]
}
SaaS disabled successfully for locations
- application/json
- Schema
- Example (auto)
Schema
dataobjectrequired
Response data from the bulk disable SaaS operation
{
"data": {
"msg": "success"
}
}