coolify_delete_security_key
Remove a security key from the Coolify infrastructure management system using its UUID to maintain access control and security hygiene.
Instructions
Delete security key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Security key UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Security key UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}