v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Sharing Group Blueprints

Delete a sharing group blueprint

delete/sharing_group_blueprints/delete/{sharingGroupBlueprintId}

Path parameters

OR
string uuid required
Example:1

UUID or numeric ID of the sharing group blueprint

Response

Response when sharing group blueprint was deleted successfully

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "saved": true,
  "success": true,
  "name": "SharingGroupBlueprint deleted.",
  "message": "SharingGroupBlueprint deleted.",
  "url": "/sharing_group_blueprints/<remaining_url_requested>"
}