Web API

Press shift + S to search API reference.

SCIM

Delete group

deletehttps://airtable.com/scim/v2/Groups/{groupId}

Delete a single SCIM Group.

Requirements

AuthenticationPersonal access token, OAuth integration
Scopeenterprise.scim.usersAndGroups:manage
User role

Enterprise admin

Admins of multiple enterprises should use a service account's token when calling this route.
Billing plansEnterprise (pre-2023.08 legacy plan), Enterprise Scale

Path parameters

groupId
string

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
}