Cancel signal
DELETE/api/v1/signals/:id
Cancel a pending or queued signal. Returns 400 if the signal has already been transmitted, cancelled, or errored.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Signal cancelled
Signal cannot be cancelled in its current state (code: PRECONDITION_FAILED)
Authentication required
Signal not found, or caller does not own it (code: NOT_FOUND)
Conflict with on-broker state. code: REPLACE_REJECTED when the associated order has already been partially or fully filled and must be handled manually.
Unexpected server error