Sets the public key for this account.

Removing a Public Key

To remove a public key from an account, simply set the PublicKey parameter in the body to null.

{
  PublicKey: null
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!