curl --request POST \
--url http://localhost:3001/api/admin/segments/manual-segment/clear \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"segmentId": "<string>"
}'
Clear a manual segment.
curl --request POST \
--url http://localhost:3001/api/admin/segments/manual-segment/clear \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"segmentId": "<string>"
}'
Default Response