/
Delete an employee from a...
Security
x-api-key
DELETE
curl -i -X DELETE \
'https://api.pushsecurity.com/v1/employees/{id}/groups' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"group": "Engineering team"
}'Response
{ "groups": [ "Other team" ] }