action exavault_delete_sshkey { label: "Delete an SSH Key" description: "Delete the specified SSH key. This will not delete or deactivate the user tied to the key." provider: exavault method: DELETE path: "/ssh-keys/{id}" encoding: json output: { type: "object" additionalProperties: true } }