Skip to content

Delete

DELETE
/security/keys/{uuid}

Delete a private key.

Authorizations

Parameters

Path Parameters

uuid
required
string

Private Key UUID

Responses

200

Private Key deleted.

object
message
string
Private Key deleted.

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Private Key not found.