Skip to main content
POST
/
v1.0
/
workgroups
/
delete
cURL
curl -X POST 'https://api.telegent.com/v1.0/workgroups/delete?WorkgroupId=WG-abc123' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "WorkgroupId": "WG-abc123",
  "Successful": true
}

Query Parameters

WorkgroupId
string

The workgroup ID to delete

Response

Success — returns deletion confirmation

The response is of type object.