Delete request handler
Removes the request handler from the project
Function DeleteRequestsHandler(Val Project, Val HandlersKey) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Project | --proj | String | ✔ | Project filepath |
HandlersKey | --handler | String | ✔ | Handlers key |
Returns: Structure Of KeyAndValue - Deleting result
- Bash
- CMD/Bat
melezh DeleteRequestsHandler \
--proj "/proj.melezh" \
--handler "my-key"
melezh DeleteRequestsHandler ^
--proj "/proj.melezh" ^
--handler "my-key"
Result
{
"result": true,
"tables": {
"handlers": true,
"arguments": true
}
}