---
title: "Decline a received invite"
method: POST
path: "/invites/{space_id}/decline"
---

# Decline a received invite

`POST /invites/{space_id}/decline`

Declines the invite the authenticated user has received to the given
space. Requires user authentication (JWT).

## Path parameters

- `space_id` string, required

## Response `200`

Invite declined

- InviteActionResult — Result of accepting or declining a received invite.
  - `space_id` string, required — ID of the space the invite was for.
  - `space_name` string, required — Name of the space the invite was for.

## Other responses

- `default` — Error response

## Changes

- **2026-08-11** `42816b90d8d6` — 1 warning
  - added the new `signups_disabled` enum value to the `code` response property for the response status `default`
- **2026-06-23** `d0e78bae6ce1` — 1 warning
  - added the new `compute_limit_exceeded` enum value to the `code` response property for the response status `default`
- **2026-06-22** `bdf92f48aec1` — 1 info
  - added the optional property `code` to the response with the `default` status
- **2026-06-16** `7f1b125eb423` — 1 info
  - endpoint added
- **2026-04-17** `a7becb6668ec` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timescale/apis/ghost-api/changes/invites/:space_id/decline/post.md)

---

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