Remove all group members Run in API Explorer
Ask AI
Removes all members from the virtual group. The group itself is retained because SCIM groups are virtual linking groups in Adra.
DELETE
/Groups/{identifier}
curl \
--request DELETE 'https://setup.adra.com/api/organizations/{organizationSid}/scim/Groups/{identifier}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}
Response examples (401)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}
Response examples (403)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}
Response examples (500)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}
Response examples (501)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}