latestOpenAPI 3.0.12026-08-1974476716.3 KB

08c7d0c9ce60

Authentication 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.