cURL
curl --request POST \ --url https://api.gameball.co/api/v4.0/integrations/batches/{batchId}/stop \ --header 'apikey: <api-key>' \ --header 'secretkey: <api-key>'
{ "batchId": "<string>", "status": "<string>", "message": "<string>" }
Stop ongoing batch operations when needed.
Documentation IndexFetch the complete documentation index at: https://docs.gameball.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gameball.co/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier for the batch operation
Batch operation stopped successfully
Was this page helpful?