Deprecation of triggerBoostCharge and deleteBoostCharge APIs
Action Required
May 13, 2025, 2:35 p.m.
Overview
We are deprecating the triggerBoostCharge and deleteBoostCharge APIs and replacing them with a new single API updateBoostCharge.
Please update your implementation to use the new API.
Deprecation
The triggerBoostCharge and deleteBoostCharge APIs are being deprecated as they only supports one device associated with an account meaning multiple devices at a property couldn't be de-authenticated.
Whats new
The new updateBoostCharge API introduces the ability to either trigger or cancel a boost charge by deviceId rather than accountNumber, supporting multiple devices & device types.
Example Request
mutation UpdateBoostCharge($input: UpdateBoostChargeInput!) {
updateBoostCharge(input: $input) {
id
provider
deviceType
}
}