---
title: "Detach the sharing group from a sharing group blueprint"
method: POST
path: "/sharing_group_blueprints/detach/{sharingGroupBlueprintId}"
tags: ["Sharing Group Blueprints"]
---

# Detach the sharing group from a sharing group blueprint

`POST /sharing_group_blueprints/detach/{sharingGroupBlueprintId}`

## Path parameters

- `sharingGroupBlueprintId` union, required
  - union
    - string, nullable
    - string, uuid, nullable
  - string, uuid

## Response `200`

Response when sharing group was detached from a blueprint successfully

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

## Other responses

- `404` — Response when no valid sharing group blueprint was found
- `default` — Unexpected API error

---

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