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"
}

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.