Skip to main content
DELETE
domo.js

Path Parameters

collectionName
string
required

The name given to the collection in the manifest. Case-sensitive.

entity
enum<string>
required

The type of entity the permissions apply to.

Available options:
USER,
GROUP,
RYUU_APP
entityId
string
required

The ID of the entity the permissions apply to. For a USER or GROUP, this is the numeric ID (for example, 870010733). For a RYUU_APP, this is the app instance's UUID — the same value as the app's datastore UUID, which also appears as the subdomain of the app's origin (e.g., https://<instance-uuid>.domoapps.domo.com).

Response

Permissions removed successfully. No response body is returned.