Cancel a Transaction Schedule

Cancel a single-leg transaction (SLT) schedule or multi-leg transaction (MLT) schedule before the schedule start date (startDateTime). You cannot cancel an SLT or MLT schedule after the startDateTime has occurred.

Endpoint

DELETE /v2/scheduled-transactions/{id}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

id  REQUIRED

string (UUID)

ID of the SLT/MLT schedule.

Request Body

None

Returns

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

SAMPLE RESPONSE

				
					{
  204 The scheduled transaction has been cancelled.
}
				
			
Exit mobile version