Delete an account type

View as Markdown
Delete a custom account type and reassign its users to another account type. ### Usage notes - To perform this operation, you must use API credentials owned by a user assigned the Admin account type. - Default Sigma account types cannot be deleted. - All users assigned to the deleted account type will be reassigned to the specified **reassignToAccountTypeId**. - Retrieve account type IDs by calling the [/v2/accountTypes](https://help.sigmacomputing.com/reference/list-account-types) endpoint. ### Usage scenarios - Remove custom account types that are no longer needed. - Consolidate account types by moving users to a different account type before deletion.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

accountTypeIdstringRequired
The unique identifier of the account type to delete.

Query parameters

reassignToAccountTypeIdstringOptional
The unique identifier of the account type to reassign users to. Users currently assigned the deleted account type will be reassigned this account type.

Response

The response body.