Delete a Project's Connector by Connector Id

curl -X DELETE https://mixpanel.com/api/app/projects/{PROJECT_ID}/connectors/{CONNECTOR_ID} --user "{SVC_ACCOUNT}:{SECRET}"
{
  "status": "ok",
  "results": "Successfully deleted Connector with ID:32f40cc-7ccc-4da3-b9c3-d8c1d14142c6"
}
curl -X DELETE https://mixpanel.com/api/app/projects/{PROJECT_ID}/connectors/{CONNECTOR_ID} \
     --user "{SVC_ACCOUNT}:{SECRET}"

Sample Response

{
  "status": "ok",
  "results": "Successfully deleted Connector with ID:32f40cc-7ccc-4da3-b9c3-d8c1d14142c6"
}

For more information, visit the Raw Export API

Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!