Skip to main content

ssh_key_remove

Function ssh_key_remove 

Source
pub async fn ssh_key_remove(
    __arg0: State<Arc<AppState>>,
    __arg1: Extension<JWTAuthMiddleware>,
    __arg2: Form<RemoveKeyForm>,
) -> Result<Response, (StatusCode, Json<Value>)>