Delete a connector
DELETE
https://api.wexa.ai/connector/{connector_id}
Last modified:2025-04-25 10:33:26
Delete Connector by ID
connector_id
. This endpoint allows you to delete a connector, including all associated resources and configurations. It's essential to exercise caution when using this endpoint, as the deletion is irreversible and all data related to the connector will be lost.Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE 'https://api.wexa.ai/connector/?projectID={{projectID}}' \
--header 'x-api-key;'
Response Response Example
{
"status": "success"
}
Request
Path Params
connector_id
string
required
Query Params
projectID
string
required
Example:
{{projectID}}
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Responses
Modified at 2025-04-25 10:33:26