Skip to main content
DELETE
/
v1
/
connectors
/
{id}
Delete a connector
curl --request DELETE \
  --url https://api.wellapp.ai/v1/connectors/{id} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string<uuid>
required

The unique identifier of the connector to delete

Response

Connector deleted successfully (no content returned)

I