Skip to content

Latest commit

 

History

History
154 lines (94 loc) · 3.16 KB

delete-db-user-ase-b280fa0.md

File metadata and controls

154 lines (94 loc) · 3.16 KB

delete-db-user-ase

This command deletes a user from an ASE database.

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

Parameters

neo delete-db-user-ase -a <subaccount_technical_name> -h <host> -u <e-mail_or_user> -i <database_ID> --db-user <dbuser>

Required

-a, --account

Subaccount technical name

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-h, --host

Enter a region host.

Type: URL, for acceptable values see Regions ↗️

-u, --user

Use your e-mail, SAP ID, or user name

Type: string

-p, --password

To protect your password, enter it only when prompted by the console client and not explicitly as a parameter in the properties file or the command line.

Type: string

-i, --id

ASE database ID

Type: string

--db-user

Name of the user for the ASE database

Optional

--silent

Suppresses the command line confirmation prompt

Example

neo delete-db-user-ase -a mysubaccount -h hana.ondemand.com -u [email protected] -i mydb --db-user mydbuser

Related Information

create-db-user-ase