v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Sharing Group Blueprints

Detach the sharing group from a sharing group blueprint

post/sharing_group_blueprints/detach/{sharingGroupBlueprintId}

Path parameters

OR
string uuid required
Example:1

UUID or numeric ID of the sharing group blueprint

Response

Response when sharing group was detached from a blueprint successfully

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "saved": true,
  "success": true,
  "name": "Sharing group detached.",
  "message": "Sharing group detached.",
  "url": "/sharing_group_blueprints/<remaining_url_requested>"
}