---
title: "Remove an organisation from a sharing group"
method: POST
path: "/sharing_groups/removeOrg/{sharingGroupId}/{organisationId}"
tags: ["Sharing Groups"]
---

# Remove an organisation from a sharing group

`POST /sharing_groups/removeOrg/{sharingGroupId}/{organisationId}`

## Path parameters

- `sharingGroupId` union, required
  - union
    - string, nullable
    - string, uuid, nullable
  - string, uuid
- `organisationId` union, required
  - string
  - string, uuid

## Response `200`

Remove organisation from a sharing group response

- object
  - `saved` boolean
  - `success` boolean
  - `name` string
  - `message` string
  - `url` string

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

## Changes

> 50 revisions in range; 1 could not be searched.

- **2025-12-11** `0a9c9382121a` — 1 warning
  - for the `path` request parameter `sharingGroupId`, the type/format of property `oneOf[#/components/schemas/SharingGroupId]/` was changed from `string`/`` to ``/``
- **2024-07-11** `7cd8b1880b11` — 1 warning
  - for the `path` request parameter `sharingGroupId`, the type/format of property `oneOf[#/components/schemas/SharingGroupId]/` was changed from ``/`` to `string`/``

[Change history](https://skmtc.dev/misp/apis/misp-automation-api/changes/sharing_groups/removeOrg/:sharingGroupId/:organisationId/post.md)

---

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