Batch requests require the same scopes as their non-batch equivalents. It’s
not possible to mix different methods in a single batch request.
How it works
Send aPOST request to the batch method URL with a requests array. Each object in the array is a standard request payload for the corresponding method.
There’s no guarantee on execution order, but the response array preserves the order of the input.
Request format
Response format
Example: delete multiple agents
Request
Response