post https://{region}.mixpanel.com/groups#group-remove-from-list
Removes a specific value in a list property.
Log in to see full request history
Responses
401Unauthorized
401Unauthorized
403Forbidden
403Forbidden
Removes a specific value in a list property.
401Unauthorized
403Forbidden
xxxxxxxxxx
13curl --request POST \
--url 'https://api.mixpanel.com/groups?ip=0#group-remove-from-list' \
--header 'accept: text/plain' \
--header 'content-type: application/json' \
--data '
[
{
"$token": "YOUR_PROJECT_TOKEN",
"$group_key": "Company",
"$group_id": "Mixpanel"
}
]
'
Try It!
to start a request and see the response here! Or choose an example: