Skip to content

Delete

DELETE
/security/keys/{uuid}

Delete a private key.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters

Path Parameters

uuid*

Private Key UUID

Typestring
Required

Responses

Private Key deleted.
application/json
JSON
{
"message": "Private Key deleted."
}

Samples

Powered by VitePress OpenAPI