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
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

WorkgroupId
string

The workgroup ID to delete

Response

200 - application/json

Success — returns deletion confirmation

The response is of type object.