Cancel Operation
Operations
Cancel Operation
POST /v1/operations/:id/cancel — Cancel a pending operation
POST
Cancel Operation
Endpoint:
POST https://api.rebelfi.io/v1/operations/:id/cancelPath Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | number | Yes | Operation ID to cancel |
Example Request
Example Response
Errors
| Code | Description |
|---|---|
OPERATION_NOT_FOUND | Operation ID doesn’t exist |
INVALID_OPERATION_STATUS | Operation has already been submitted, confirmed, or cancelled |