Skip to main content
POST
/
api
/
v4.0
/
integrations
/
batches
/
{batchId}
/
stop
cURL
curl --request POST \
  --url https://api.gameball.co/api/v4.0/integrations/batches/{batchId}/stop \
  --header 'apikey: <api-key>'
{
  "batchId": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Stop Batch Execution

Stop ongoing batch operations when needed. This endpoint allows you to cancel running batch jobs to manage system resources or handle error conditions.

Authorizations

apikey
string
header
required

Path Parameters

batchId
string
required

Unique identifier for the batch operation

Response

200 - application/json

Batch operation stopped successfully

batchId
string
status
string
message
string