---
title: "Delete a guest & remove from group"
method: DELETE
path: "/4.0/guestlists/{guestlist_id}/guests/{guest_id}"
tags: ["Guests"]
---

# Delete a guest & remove from group

`DELETE /4.0/guestlists/{guestlist_id}/guests/{guest_id}`

## Path parameters

- `guestlist_id` string, required
- `guest_id` string, required

## Response `204`

successfully deleted

## Other responses

- `400` — Error with no id
- `404` — Error with invalid id
- `405` — Error with no id
- `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)
