Delete Safe member

This method removes a specific member from a Safe.

The user who runs this web service must have Manage Safe Members permissions in the Safe.

URL

 
https://<subdomain>.privilegecloud.cyberark.cloud/PasswordVault/API/Safes/{SafeUrlId}/Members/{MemberName}/
  • 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/

Resource information

HTTP method

Content type

DELETE

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

URL parameters

https://localhost/passwordvault/api/Safes/Aviv/Members/AdminUser2/

Parameter

Description

safeUrlId

The name of the Safe that you want to delete the member from.

Type: String

Mandatory: Yes

Default value: None

MemberName

The name of the Safe member to delete from the Safe’s list of members.

Type: String

Mandatory: Yes

Default value: None

Example: 

https://localhost/passwordvault/api/Safes/Aviv/Members/AdminUser2

Body parameters

None

Result

None

Return codes

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