Skip to main content
POST
/
v1.0
/
subscriptions
/
thresholds
/
delete
Delete Threshold
curl --request POST \
  --url https://api.telegent.com/v1.0/v1.0/subscriptions/thresholds/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "ThresholdId": "THID-a1b2c3d4-0000-0000-0000-000000000001"
}
'
{
  "ThresholdId": "THID-a1b2c3d4-0000-0000-0000-000000000001",
  "ThresholdStatus": "Deleted"
}

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.

Body

Delete_Threshold_Request object

ThresholdId
string
required

ID of the threshold to delete (THID-).

Example:

"THID-a1b2c3d4-0000-0000-0000-000000000001"

Response

Threshold deleted

The response is of type object.