v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBOrganization 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/v1/organizations/connections/{connection_identifier}
Path parameters
connection_identifierstring required
Connection identifier - either connection ID (conn_...) or name. The system will automatically resolve names to IDs.
Example:conn_abc123def456ghi
Connection identifier - either connection ID (conn_...) or name. The system will automatically resolve names to IDs.
Response
Successful Response
object required