1.9 KiB
1.9 KiB
Return to top
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.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
Private Key UUID
Type
string
Required
Responses
200400401404422
Private Key deleted.
Content-Type
application/json
SchemaJSON
JSON
{
"message": "Private Key deleted."
}
DELETE
/security/keys/{uuid}
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Try it out
Samples
Powered by VitePress OpenAPI