Skip to main content
DELETE
/
api
/
data
/
v3
/
datasources
/
{datasetId}
/
users
http
DELETE /api/data/v3/datasources/{datasetId}/users HTTP/1.1
Host: {instance}.domo.com
X-DOMO-Developer-Token: {token}
Content-Type: application/json

[
  {"id": "userId1", "type": "USER"},
  {"id": "userId2", "type": "USER"}
]

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connetors-domo-480645-add-reports-sort-asc.mintlify.app/llms.txt

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

Authorizations

X-DOMO-Developer-Token
string
header
required

Developer token obtained from Domo

Path Parameters

datasetId
string
required

Body

application/json
id
string
type
enum<string>
Available options:
USER,
GROUP

Response

200

Users removed successfully