Skip to main content
DELETE
/
v1
/
organizations
/
connections
/
{connection_identifier}
Delete Storage Connection
curl --request DELETE \
  --url https://api.mixpeek.com/v1/organizations/connections/{connection_identifier} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

connection_identifier
string
required

Connection identifier - either connection ID (conn_...) or name. The system will automatically resolve names to IDs.

Examples:

"conn_abc123def456ghi"

"Marketing Google Drive"

Response

Successful Response

{key}
string