Delete application authentication method

This method deletes a specific authentication method from a defined application.

The user requires Manage Users permissions in the Vault.

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/Applications/{AppID}/Authentications/{AuthID/}

The following mandatory values are required in the URL:

Parameter

AppID

Type

String

Description

The ID of the application in which the authentication method will be deleted.

Parameter

AuthID

Type

Integer

Description

The unique ID of the specific authentication.

You can find the AuthID of the authentication using the Get application authentication methods method. For more information, see Get application authentication methods.

Resource information

HTTP method

DELETE

Content type

application/json

Header parameter

Parameter

Description

Authorization

The token that identifies the session, encoded in BASE 64. See Authentication.

Type: String

Mandatory: Yes

Default value: None

Body parameters

None

Result

None

Return codes

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