---
title: "Delete Workspace Institutions"
method: DELETE
path: "/api/v3/workspaces/{workspace_id}/institutions"
tags: ["Institutions"]
---

# Delete Workspace Institutions

`DELETE /api/v3/workspaces/{workspace_id}/institutions`

Delete institutions from a workspace.

## Path parameters

- `workspace_id` string, required

## Request body

- InstitutionsRequest
  - `institution_ids` string[], required
  - `prepend` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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