---
title: "Delete Storage Connection"
method: DELETE
path: "/v1/organizations/connections/{connection_identifier}"
tags: ["Organization Connections"]
---

# Delete Storage Connection

`DELETE /v1/organizations/connections/{connection_identifier}`

Soft-delete a connection (mark archived).

Permanently retires a connection by marking it as ARCHIVED. The connection
cannot be reactivated after deletion. Credentials are preserved for audit
purposes but the connection is no longer usable.

**Example:**
```bash
curl -X DELETE "http://localhost:8000/v1/organizations/connections/conn_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"
```

## Path parameters

- `connection_identifier` string, required — Connection identifier - either connection ID (conn_...) or name. The system will automatically resolve names to IDs.

## Response `200`

Successful Response

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/revisions/5d4c905106b4/schema)
