Skip to main content
POST
/
tags
/
bulk-delete
Bulk delete tags
curl --request POST \
  --url https://mycluster.domino.tech/tags/bulk-delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "deletedCount": 123
}

Body

application/json

IDs to delete

ids
string[]
required
Minimum array length: 1

Response

OK

deletedCount
integer