Function remove_api_key_request

Source
pub fn remove_api_key_request(
    name_of_key_to_delete: &str,
    api_key: &str,
    config: &Config,
) -> Request<Vec<u8>>
Expand description

Create a request that deletes an Hex API key.

API Docs:

https://github.com/hexpm/hex/blob/main/lib/mix/tasks/hex.user.ex#L291

https://github.com/hexpm/hex/blob/main/lib/hex/api/key.ex#L15