Cancel a LinX Batch

Cancel a LinX batch. The LinX workflow requests activated by the batch will also be cancelled.

Endpoint

POST /v2/linx/workflow-batches/{batchId}/cancel

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

batchId  REQUIRED

string (UUID)

ID of the LinX batch.

Request Body

None

Returns

If successful, returns 200 OK.

SAMPLE RESPONSE

				
					{
  200 OK
}