Aller au contenu

How to deactivate a Client resource?

A Client** can only be deactivated via the API** using the updateClient endpoint. To deactivate the Client, send the following request body:

{
"content": {
"state": "DISABLED"
}
}

Important: Deactivation is irreversible. Once a Client is set to DISABLED, it cannot be re-enabled. If needed in the future, a new Client resource must be created.

Was this page helpful?