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
RequiredResponses​
Private Key deleted.
application/json
JSON
{
"message": "Private Key deleted."
}