Skip to main content

Remove user from segment

/user/remove-user-from-segment-segments-zapier

Example Request:

info

Identifier can either be the email or the custodial wallet address of the user you wish to remove from the segment.

curl --location '{{BASE_URL}}/api/v2/user/remove-user-from-segment-segments-zapier' \
--header 'X-API-KEY: {{apiKey}}' \
--header 'Accept: application/json' \
--data-raw '{
"identifier":"[email protected]",
"segment":"coin_holders",
}'

Example Response:

{
"success": true,
"message": "user removed from segment successfully"
}