connector-delete
Remove a Simplifier Connector from the platform by specifying its name to clean up unused integrations and manage connector resources.
Instructions
Delete a Connector
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectorName | Yes | Name of the Connector to delete |
Input Schema (JSON Schema)
{
"properties": {
"connectorName": {
"description": "Name of the Connector to delete",
"type": "string"
}
},
"required": [
"connectorName"
],
"type": "object"
}