---
title: "Reject invite to a team"
method: POST
path: "/me/account/invites/reject"
tags: ["Users"]
deprecated: true
---

# Reject invite to a team

`POST /me/account/invites/reject`

> **Deprecated.**

The API endpoint /v1/me/account/invites/reject is deprecated and will be removed on 2026-04-21.

## Response `200`

Response

- UserAccountInvitesRejectResponse — UserAccountInvitesRejectResponse
  - `account_invites` object[], required — List of invites
    - `account_id` string, required — Account ID
    - `account_name` string, required — Account name
    - `create_time` string, required — Timestamp in ISO 8601 format, always in UTC
    - `invited_by_user_email` string, required — User email address
    - `team_id` string, required — Team ID
    - `team_name` string, required — Team name
    - `user_email` string, required — User email address
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `message` string — Printable result of the request

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/versions/ecaeabf1da31/schema)
