Skip to main content
POST
/
v1.0
/
subscriptions
/
features
/
delete
Delete Feature
curl --request POST \
  --url https://api.telegent.com/v1.0/v1.0/subscriptions/features/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "FeatureId": "FEID-00000001-0000-0000-0000-000000000001"
}
'
{
  "FeatureId": "FEID-00000001-0000-0000-0000-000000000001",
  "FeatureStatus": "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_Feature_Request object

FeatureId
string
required

ID of the feature to delete (FEID-).

Example:

"FEID-00000001-0000-0000-0000-000000000001"

Response

Feature deleted

The response is of type object.