v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Sharing Groups

Delete a sharing group

delete/sharing_groups/delete/{sharingGroupId}

Path parameters

OR
string uuid required
Example:1

UUID or numeric ID of the sharing group

Response

Delete sharing group response

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "name": "SharingGroup deleted",
  "message": "SharingGroup deleted",
  "url": "/sharing_groups/delete/1"
}