RocketKOR

Cancel a Transaction Batch

Cancel a transaction batch. You can cancel transaction batches that have a PENDING status.

Endpoint

DELETE /v1/transaction-batches/{batchId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

batchId

string (UUID)

ID of the transaction batch in the RocketKOR system.

Request Body

None

Returns

If successful, returns 204 Batch has been deleted.

SAMPLE RESPONSE

				
					{
   204 Batch has been deleted.
}