Skip to main content

Deactivate Account

Select

SaaS

This API can be used to deactivate an account using its metallic id. The API gives an option to disable login or backup or restore. At least one of the deactivation options must be set to true. The account deactivation process is asynchronous. The account status becomes deactivating when account deactivation process is initiated. Once deactivation is complete account status is deactivated.

Path Variables

FieldDescriptionTypeNotes
accountIdAccount metallic idUUID

Request Body

FieldDescriptionTypeRequiredNotes
disableLoginLogin disabled when set to trueBooleanFalse
disableBackupBackup disabled when set to trueBooleanFalse
disableRestoreRestore disabled when set to trueBooleanFalse

At least one of the disable options must be set to true.

Response Body

Same as 'Get Account by Id - Response Body (Account Object)'

Path Parameters
  • id string required
Request Body required
  • disableLogin boolean
  • disableBackup boolean
  • disableRestore boolean
Responses

OK


Schema
    Loading...