---
title: "Delete a drop RSVP"
method: DELETE
path: "/v1/drops/{dropId}/rsvps"
tags: ["drops"]
---

# Delete a drop RSVP

`DELETE /v1/drops/{dropId}/rsvps`

## Path parameters

- `dropId` string, required

## Request body

- union — Identify one fan using a customer-scoped external ID, email address, phone number, or opaque Laylo fan ID.
  - object
    - `externalId` string, required — Integration-owned, customer-scoped fan identifier.
  - object
    - `email` string, email, required — Fan email address.
  - object
    - `phone` string, required — E.164 phone number including the national code, for example +12025550100.
  - object
    - `fanId` string, required — Opaque Laylo fan ID.

## Response `200`

Confirmation that the RSVP was removed.

- object
  - `deleted` boolean, required — Whether the RSVP was removed.

## Other responses

- `400` — The request body is malformed.
- `401` — The integrator credential or customer API key is invalid.
- `403` — The customer account behind the API key has no paid Laylo plan.
- `404` — No route matches the requested path.
- `405` — The path exists, but the HTTP method is not supported.
- `409` — The request conflicts with the current resource state.
- `429` — The per-integrator rate limit for this operation is exceeded.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/laylo/apis/laylo-api.md) · [All operations](https://skmtc.dev/laylo/apis/laylo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/laylo/laylo-api/revisions/000d81a01b74/schema)
