RocketKOR

Cancel a Scheduled Transaction

Cancel a scheduled single-leg transaction (SLT) or multi-leg transaction (MLT) before the schedule start date (startDateTime). The scheduled transaction cannot be cancelled after the start date.

Endpoint

DELETE /v2/scheduled-transactions/{id}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

id  REQUIRED

string (UUID)

ID of the scheduled single-leg transaction (SLT) or multi-leg transaction (MLT).

Request Body

None

Returns

If successful, returns 204 The scheduled transaction has been cancelled.

SAMPLE RESPONSE

				
					{
  204 The scheduled transaction has been cancelled.
}