action just_eat_delete_delivery_pools_delivery_pool_id { label: "Delete a delivery pool" description: "The restaurants will no longer be associated with the pool." provider: just_eat method: DELETE path: "/delivery/pools/{deliveryPoolId}" encoding: json output: { type: "object" additionalProperties: true } }