---
title: "Delete workspace invite"
method: DELETE
path: "/api/v1/workspaces/invites/{inviteId}"
tags: ["workspace", "invites"]
---

# Delete workspace invite

`DELETE /api/v1/workspaces/invites/{inviteId}`

Delete a specific workspace invite by its ID.

    <Callout type="warn">
    Deleting an invite will prevent any further use of the invite link or email.
    </Callout>

    **Use cases:**
    - Revoking unused or compromised invites
    - Managing workspace access
    - Cleaning up expired invites

## Path parameters

- `inviteId` string, required

## Other responses

- `401` — This response indicates that the client must authenticate to access the requested resource.
- `403` — This response indicates that the client does not have permission to access the requested resource.
- `404` — This response indicates that the requested resource could not be found.

---

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