Skip to main content
POST
/
rpc
/
untag-entity
Untag an entity
curl --request POST \
  --url https://mycluster.domino.tech/rpc/untag-entity \
  --header 'Content-Type: application/json' \
  --data '
{
  "entityId": "<string>",
  "tagIds": [
    "<string>"
  ]
}
'
{
  "entityId": "<string>",
  "entityName": "<string>",
  "removedTagIds": [
    "<string>"
  ]
}

Body

application/json

Untag entity request

entityId
string
required
entityType
enum<string>
required
Available options:
dataset,
project,
model,
app,
netapp_volume
tagIds
string[]
required

Response

OK

entityId
string
entityName
string
entityType
enum<string>
Available options:
dataset,
project,
model,
app,
netapp_volume
removedTagIds
string[]