Skip to main content
DELETE
/
batches
/
{batch_id}
Delete a batch
curl --request DELETE \
  --url https://app.gomangrove.com/api/v1/batches/{batch_id} \
  --header 'Authorization: <api-key>'
{
  "status": "error",
  "statusCode": 404,
  "errors": [
    {
      "message": "record not found"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

batch_id
string
required

Batch friendly ID (e.g., bat_abc123def456)

Response

204 No Content