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.curl --location -g --request DELETE 'https://api.wexa.ai/connector/?projectID={{projectID}}' \
--header 'x-api-key: <api-key>'
{
"status": "success"
}