Batch delete trades
POST/api/v1/trades/batch-delete
Soft-delete up to 100 trades in a single request. Trades that cannot be found or do not belong to the authenticated user are reported in the failed array rather than causing the whole request to fail.
Request
Responses
- 200
- 400
- 401
- 500
Deletion result; check the failed array for any IDs that could not be deleted
Validation error or no trade IDs provided
Authentication required
Server error