DELETE
/scim/v2/Groups/{groupId}

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Access Key > as bearer

In: header

Path Parameters

groupIdRequiredstring

Query Parameters

displayNamestring
externalIdstring
excludedAttributesstring
curl -X DELETE "https://api.descope.com/scim/v2/Groups/string?displayName=string&externalId=string&excludedAttributes=string" \
  -H "Authorization: Bearer <token>"

OK

Was this helpful?