POST
/
segments
/
{tableNameWithType}
/
{segmentName}
/
reset
curl --request POST \
  --url https://dev.startree.ai/segments/{tableNameWithType}/{segmentName}/reset \
  --header 'Authorization: <api-key>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Path Parameters

tableNameWithType
string
required

Name of the table with type

segmentName
string
required

Name of the segment

Query Parameters

targetInstance
string

Name of the target instance to reset

Response

200 - application/json
successful operation

The response is of type object.