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 ongoing batch operations when needed.
Unique identifier for the batch operation
Batch operation stopped successfully
Was this page helpful?