Function delete_api_key

Source
pub async fn delete_api_key<J, RR, TR, NR, NFR, SR, TCR, PR, AKR>(
    _api_key_id: String,
    _state: ThinDataAppState<J, RR, TR, NR, NFR, SR, TCR, PR, AKR>,
) -> Result<HttpResponse, ApiError>
Expand description

Delete api key

ยงArguments

  • api_key_id - The id of the api key.
  • state - The application state containing the api key repository.