---
title: "rejectInvite"
method: DELETE
path: "/v2/users/public/reject"
tags: ["User V2"]
---

# rejectInvite

`DELETE /v2/users/public/reject`

Reject an invite

## Query parameters

- `token` string, required — Token used to invite a user to epilot

## Response `200`

Rejected invite successfully

- object
  - `success` boolean

## Other responses

- `404` — Token not found for the user

---

[API](https://skmtc.net/epilot/apis/user-api.md) · [All operations](https://skmtc.net/epilot/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/user-api/revisions/7fae886a3c99/schema)
