---
title: "Delete participant"
method: DELETE
path: "/campaign/{id}/participant/{participantIdOrEmail}"
tags: ["Participants"]
---

# Delete participant

`DELETE /campaign/{id}/participant/{participantIdOrEmail}`

Removes a participant by GrowSurf participant ID or email address.

## Path parameters

- `id` string, required
- `participantIdOrEmail` string, required

## Response `200`

Success response.

- SuccessResponse
  - `success` boolean, required

## Other responses

- `400` — Invalid request.
- `401` — Authorization is missing or invalid.
- `403` — The API key is not allowed to perform this action.
- `404` — Resource not found.
- `429` — Too many requests.

---

[API](https://skmtc.net/growsurf/apis/growsurf-rest-api.md) · [All operations](https://skmtc.net/growsurf/apis/growsurf-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/growsurf/growsurf-rest-api/revisions/26f06e273394/schema)
