Discussions

Ask a Question
Back to All

Deactivating a Customer

Hi! Can you please provide me with a sample of how I would deactivate a Customer?

The Data Model of Entities page shows a Property called IsRemoved, which "gets or sets the boolean flag indicating if an entity was deleted". Since I don't think there is a way to actually delete a Customer, I believe this would be the property to do the trick of deactivation. In my testing, active Customers showed 0 and deactivated Customers showed 1. When I tried to update this from 0 to 1 to deactivate a Customer, the response was successful, but the Customer did not deactivate. The Property value is still 0. All the other updates I passed successfully updated their properties as intended.

Thank you!