Skip to main content
DELETE
/
scim
/
v2
/
Groups
/
{workspace_team_id}
curl -X DELETE https://api.attio.com/scim/v2/Groups/b5d3f8a1-c920-47e6-8b4d-3f17a9c82e50 \
  -H "Authorization: Bearer <token>"
{}

Authorizations

Authorization
string
required
This API uses OAuth 2.0 with the authorization code grant flow.

Path

workspace_team_id
string
required
The ID of the group to delete.

Response

Returns 204 No Content with an empty body on success.
curl -X DELETE https://api.attio.com/scim/v2/Groups/b5d3f8a1-c920-47e6-8b4d-3f17a9c82e50 \
  -H "Authorization: Bearer <token>"
{}