Delete broker connection
DELETE/api/v1/brokers/connections/:id
Soft-deletes a broker connection by setting deletedAt and marking it disconnected. The broker and all its accounts are excluded from future queries but the data is retained in the database.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Broker connection deleted
Broker ID not provided in path
Authentication required
Broker connection not found or does not belong to the authenticated user
Server error