v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
Delivery Pools API
publicly-accessible

Remove restaurants from a delivery pool

Remove restaurants from a delivery pool

delete/delivery/pools/{deliveryPoolId}/restaurants

Request body

restaurantsnumber[]

A list of Just Eat restaurant ids served by the delivery pool.

Example request

{
  "restaurants": [
    123,
    456
  ]
}

Response

Pool has been updated