curl --request POST \
--url https://dev.startree.ai/segments/{tableNameWithType}/{segmentName}/reset \
--header 'Authorization: <api-key>'{
"status": "<string>"
}Resets a segment by disabling and then enabling it
curl --request POST \
--url https://dev.startree.ai/segments/{tableNameWithType}/{segmentName}/reset \
--header 'Authorization: <api-key>'{
"status": "<string>"
}The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table with type
Name of the segment
Name of the target instance to reset
successful operation
Was this page helpful?