Delete a single SCIM Group.
SCIM
Delete group
delete
https://airtable.com/scim/v2/Groups/{groupId}
Authentication | Personal access token, OAuth integration |
Scope | enterprise.scim.usersAndGroups:manage |
User role | Enterprise admin Admins of multiple enterprises
should use a service account's token when calling this route. |
Billing plans | Enterprise (pre-2023.08 legacy plan), Enterprise Scale |
Response format
This endpoint returns an empty response on success.
Error responses
Unknown group ID (400)
With an unknown Group ID
{"detail": "invalid group ID","schemas": ["urn:ietf:params:scim:api:messages:2.0:Error"],"status": 400}