Delete Storage Connection
Storage Connections
Delete Storage Connection
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:
curl -X DELETE "http://localhost:8000/v1/organizations/connections/conn_abc123" \
-H "Authorization: Bearer YOUR_API_KEY"
DELETE
Delete Storage Connection
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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

