| Name | Type | Description | Notes |
|---|---|---|---|
| json | Boolean | Set output format to JSON | [optional][default to false] |
| profile | String | The profile name to be removed | [optional][default to 'default'] |
require 'akeyless'
instance = Akeyless::Unconfigure.new(
json: null,
profile: null
)