Skip to main content
DELETE
/
api
/
content
/
v2
/
groups
/
{group}
/
removeuser
/
{userId}
Remove a Person from a Group
curl --request DELETE \
  --url https://{instance}.domo.com/api/content/v2/groups/{group}/removeuser/{userId} \
  --header 'X-DOMO-Developer-Token: <api-key>'
true

Documentation Index

Fetch the complete documentation index at: https://domoinc-openapi-sync-documents.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-DOMO-Developer-Token
string
header
required

Path Parameters

group
string
required

The ID of the group The ID of the group to fetch

userId
string
required

The ID of the user

Response

200 - application/json

Status Code: 200

The response is of type boolean.