Batches
Delete a batch
Delete a batch
DELETE
/
batches
/
{agent_id}
/
{batch_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agent_id
string
requiredThe ID of the agent
batch_id
string
requiredThe ID of the batch
Response
200 - application/json
The response is of type any
.
Was this page helpful?