curl --request POST \
--url http://localhost:3001/api/admin/segments/manual-segment/clear \
--header 'Authorization: <api-key>' \
--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 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"workspaceId": "<string>",
"segmentId": "<string>"
}
'