> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# curl_env_clear

## Summary

Clear curl-specific environment variables

* Needs Admin: False
* Version: 1
* Author: @its\_a\_feature\_

### Arguments

#### clearEnv

* Description: Array of env names to remove.
* Required Value: false
* Default Value: None

#### clearAll

* Description: Boolean flag to clear all env variables for this callback.
* Required Value: false
* Default Value: None

## Usage

```
curl_env_clear -clearEnv TOKEN -clearEnv URL
curl_env_clear -clearAll
```

## Detailed Summary

This command manages a state of internal environment variables for the `curl` command to leverage.
