cURL
curl --request DELETE \ --url https://api.wellapp.ai/v1/connectors/{id} \ --header 'Authorization: <authorization>'
{ "code": "SCHEMA_VALIDATION_ERROR", "status": 400, "title": "Validation Error", "message": "The request is invalid", "meta": { "log_id": "65c669d4-679c-4a8b-b8c0-fbe37699bb5b" }, "details": [ { "instancePath": "<string>", "schemaPath": "<string>", "keyword": "<string>", "params": {}, "message": "<string>" } ] }
Permanently delete a specific connector by its unique ID. This action is irreversible and will remove all associated connector data including configuration, relationships, and integration settings.
Bearer token for authentication
The unique identifier of the connector to delete
Connector deleted successfully (no content returned)