Function delete_tls_key

Source
pub async fn delete_tls_key(
    configuration: &mut Configuration,
    params: DeleteTlsKeyParams,
) -> Result<(), Error<DeleteTlsKeyError>>
Expand description

Destroy a TLS private key. Only private keys not already matched to any certificates can be deleted.