Skip to main content
POST
/
v1.0
/
services
/
items
/
delete
json
{
  "ServiceId": "SID-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

Body

application/json
ServiceId
string
required

The service ID this item belongs to

Example:

"SID-abc123"

Response

200 - application/json

Success — returns deletion confirmation

The response is of type object.