---
title: "Revoke Workspace Invite"
method: DELETE
path: "/workspaces/{workspace_id}/invites/{invite_id}"
tags: ["invites"]
---

# Revoke Workspace Invite

`DELETE /workspaces/{workspace_id}/invites/{invite_id}`

Revoke (delete) a pending invite. Owners and editors may revoke any invite.

## Path parameters

- `workspace_id` string, required
- `invite_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
