Hi!
I want to remove a user (user_456) that I have in a group “organization_123” with type “Organization” but I can make it work via the API (Keep getting “missing event” 400 error). Can someone advice how it should be done?
Endpoint: https://api2.amplitude.com/groupidentify
Headers:
- Authorization: Basic XXXXXXX
- Content-Type: application/json
Body:
{
"user_id": "user_456",
"group_type": "organization",
"group_name": "organization_123",
"group_properties": {}
}
Thanks in advance!