---
title: "assign/delete multiple guests to a tag"
method: POST
path: "/4.0/guestlists/{guestlist_id}/guests/meals"
tags: ["Guest Meals", "Guests"]
---

# assign/delete multiple guests to a tag

`POST /4.0/guestlists/{guestlist_id}/guests/meals`

## Path parameters

- `guestlist_id` string, required

## Request body

- object
  - `action` 'CREATE' | 'DELETE', required — action to redirect to
  - `meals` string[], required
  - `guests` string[], required

## Response `200`

collections for gueslist

## Other responses

- `400` — Error adding or removing meals
- `410` — guestlist is deleted

---

[API](https://skmtc.net/socialtables/apis/social-tables-api-gateway.md) · [All operations](https://skmtc.net/socialtables/apis/social-tables-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialtables/social-tables-api-gateway/revisions/b8bbb74a1212/schema)
