Delete OPM account commands

This method deletes privileged commands rules associated with the account.

URL

  • Make sure there are no spaces in the URL.

  • The following characters are not supported in URL values: + & %

  • If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/

 

 
https://<IIS_Server_Ip>/PasswordVault/WebServices/PIMServices.svc/Account/{AccountAddress}|{AccountUserName}|{AccountPolicyId}/PrivilegedCommands/{id/}

The following mandatory values are required in the URL:

Parameter

AccountAddress

Type

String

Description

The address of the account for which the privileged command will be deleted.

Parameter

AccountUserName

Type

String

Description

The name of the account’s user.

Parameter

AccountPolicyID

Type

String

Description

The Policy ID associated with this account.

Parameter

Id

Type

String

Description

The ID of the command rule that will be deleted.

Resource information

HTTP method

GET/POST/PUT/DELETE

Content type

application/json

Header parameter

Parameter

Authorization

Type

String

Description

The token that identifies the session.

Valid values

A session token that was returned from the “Logon” method.

Body parameters

None

Result

None

Return codes

For a complete list of return codes, see Return Codes.