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>"
}

Changes

Changed in 5 of the 50 revisions of this API.212