v1
latestOpenAPI 3.0.12026-08-0674476716.0 KBAuthentication keys
Delete a public key
The DELETE /member/{memberId}/keys/{keyId} endpoint deletes an existing public key, for the specified member.
delete/member/{memberId}/keys/{keyId}
Path parameters
memberIdstring required
Example:m:3qVTbXqXZza2VTKa28BPbExmxz9t:5zKtXEAq
This id specifies the member for whom the public key is to be deleted.
keyIdstring required
Example:eep-VtCNYXo00LIS
This id specifies the public key to be deleted.
Response
Successful response
DeleteKeyResponse required
No data returned in the successful response.