---
title: "Revoke a sent invitation"
method: DELETE
path: "/accounts/{id}/group-invitations/{invitation_id}"
tags: ["groups"]
---

# Revoke a sent invitation

`DELETE /accounts/{id}/group-invitations/{invitation_id}`

Revoke a user's invitation to a group and return the invitation

## Path parameters

- `id` string, required
- `invitation_id` string, required

## Response `200`

The invitation was successfully deleted

- GroupInvitation — A group invitation invites a user to a particular group.
  - `state` 'queued' | 'accepted' | 'sent' | 'declined' — The current state of the group invitation.
  - `href` string — A reference to this group
  - `created` string — An iso8601 formatted timestamp
  - `sent` string — An iso8601 formatted timestamp
  - `granted_by` string — The user that sent the invitation
  - `user_email` string — An email address
  - `group` string — A reference to this group

---

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