DELETE
/
connections
/
{connection_id}
curl --request DELETE \
  --url https://api.mixpeek.com/connections/{connection_id} \
  --header 'Authorization: <api-key>'

The Delete Connection endpoint allows you to remove an existing connection from your application. This is useful for cleaning up unused or outdated connections to various data sources like MongoDB, S3, etc.

Request

connection_id
string
required

The unique identifier for the connection you want to delete