mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-29 21:57:16 +02:00
36 lines
579 B
Plaintext
Vendored
36 lines
579 B
Plaintext
Vendored
---
|
|
sidebar_position: 5
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Delete request handler
|
|
Removes the request handler from the project
|
|
|
|
|
|
|
|
`Function DeleteRequestHandler(Val Project, Val HandlerKey) Export`
|
|
|
|
| Parameter | CLI option | Type | Required | Description |
|
|
|-|-|-|-|-|
|
|
| Project | --proj | String | ✔ | Project filepath |
|
|
| HandlerKey | --handler | String | ✔ | Handler key |
|
|
|
|
|
|
Returns: Structure Of KeyAndValue - Deletion result
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
```bsl title="1C:Enterprise/OneScript code example"
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|