put https://api.zenoti.com//v1/Centers/deactivate_center
This API will deactivate a center in an organization.
Request Model
Json Property | Data Type | Description |
---|---|---|
center_id | String | Unique identifier of the center to be deactivated |
organization_id | String | Identifier of the organization associated with the center |
account_name | String | Name of the account associated with the center |
churn_reason | String | Reason provided for the center’s deactivation (churn) |
Response Modsel
Json Property | Data Type | Description |
---|---|---|
(ignored) StatusCode | int | HTTP status code of the error (not serialized in JSON) |
error | APIV2ErrorModel | Object containing detailed error information |