- Products
- Learn
- Local User Groups
- Partners
- More
MVP 2026: Submissions
Are Now Open!
What's New in R82.10?
Watch NowOverlap in Security Validation
Help us to understand your needs better
CheckMates Go:
Maestro Madness
Hello,
I was looking in previous discussions regarding API call for removing an object from a group and at that point in time there was no specific API call for this. I also checked the new API releases but I am not able to find that. I was wondering if this is something on the roadmap or if there is already solution that I have missed.
Thank you,
Vince
It's in the Management API documentation, as the second case for the 'members' property in 'set group'. Dates all the way back to API version 1.0, so it should work on any R80-family management:
set group uid <group UUID> members.remove <member UUID>
or for multiple members:
set group uid <group UUID> members.remove.0 <member UUID> members.remove.1 <member UUID> ... members.remove.<n> <member UUID>
The same option is present for 'set service-group'.
Thanks for sharing the info. I think I found the REST API option for that as well!
To the best of my knowledge, Check Point does not offer a REST API. The above can be done via the HTTPS RPC-ish API by calling /set-group with a JSON object in the body like this:
{
"uid":"<group UUID>",
"members":{
"remove":[
"<member 0 UUID>",
"<member 1 UUID>",
...
"<member n UUID>"
]
}
}
I haven't made this exact call myself, but the pattern matches how I have made other, similar calls.
Thanks Bob,
I was referring to the same Web Service call.
Vince
Interesting, I am using the following code:
and I am getting this error 400 Bad Request:
What API point are you sending that to? That's the response I would expect for /set-host, for example, because hosts don't have members.
Hey Bob,
You are right I as using set-host instead of set-group. That was my bad when I was copying the request from another file.
It is working now, appreciate your help!
Vince
Leaderboard
Epsum factorial non deposit quid pro quo hic escorol.
| User | Count |
|---|---|
| 4 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
Tue 16 Dec 2025 @ 05:00 PM (CET)
Under the Hood: CloudGuard Network Security for Oracle Cloud - Config and Autoscaling!Thu 18 Dec 2025 @ 10:00 AM (CET)
Cloud Architect Series - Building a Hybrid Mesh Security Strategy across cloudsTue 16 Dec 2025 @ 05:00 PM (CET)
Under the Hood: CloudGuard Network Security for Oracle Cloud - Config and Autoscaling!Thu 18 Dec 2025 @ 10:00 AM (CET)
Cloud Architect Series - Building a Hybrid Mesh Security Strategy across cloudsAbout CheckMates
Learn Check Point
Advanced Learning
YOU DESERVE THE BEST SECURITY