USER DELETE Command | bcmadmin | Teradata Business Continuity Manager - USER DELETE - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide - 1.01.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
1.01.01
Published
March 2023
Language
English (United States)
Last Update
2023-03-13
dita:mapPath
qra1653979755546.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Removes the referenced user mapping from the list. The user mapping is referenced using the Business Continuity Manager-assigned user mapping ID. You can also use user mapping properties, such as region, user name, account string, and so forth, to specify criteria against which to match user mappings for deletion.

Syntax

USER DELETE <mapId> | <username> <accountstring> <role> <profile> <region>;

Parameters

mapId
Identifier for the user mapping to delete.
You can retrieve the ID by executing the USER LIST command.
username
Name of the user. Name can contain a maximum of 25 characters.
accountstring
Account string for the user mapping to delete. The account string you specify must be an exact match for the target user mapping.
role
Role of the user mapping to delete. This must be an exact match to the target user mapping.
profile
Profile of the user mapping to delete. This must be an exact match to the target user mapping.
region
Specifies either the name of a Business Continuity Manager region or asterisk (*) to indicate any region. Use this parameter to determine a match with the logon Endpoint region. If you do not specify a region, the default asterisk (*) is used to specify any region.

Usage Considerations

Username of the user mapping to delete must be an exact match to the target user mapping.

Examples

The following example demonstrates how to delete the user mapping mapID 4.

bcmadmin>  USER DELETE 4; 
Successfully removed user map 4.

The following example deletes the user mapping for user dbUser2, account string acct*, role *, and profile * values.

bcmadmin>  USER DELETE dbUser2 acct* * *; 
Successfully removed user map 3.