v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBSharing Groups
Remove a server from a sharing group
post/sharing_groups/removeServer/{sharingGroupServerId}/{serverId}
Path parameters
sharingGroupServerIdstring nullable required
Example:1
UUID or numeric ID of the sharing group server
Example:12345
UUID or numeric ID of the server
Response
Remove server from a sharing group response
Example response
{
"name": "Server removed from the sharing group.",
"message": "Server removed from the sharing group.",
"url": "/sharing_groups/removeServer"
}