Skip to main content
Version: 1.1.5

Ed25519 - Delete a key share

DELETE 

/ed25519/delete-key-share/:key_id

Deletes the key share associated with the given key_id. This operation is irreversible. Once the keypair is deleted, it cannot be recovered.

Request

Path Parameters

    key_id KeyIdrequired

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the API Key of the user. The API Key is returned when a new user is created using the /admin/create-user endpoint.

Responses

Loading...