Skip to main content
POST
/
people
/
{id}
/
tags
/
delete
Remove tags from Person
curl --request POST \
  --url https://tms.universal.rollout.com/api/people/{id}/tags/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "tags": [
    "<string>"
  ]
}
'
{
  "tags": [
    "<string>"
  ]
}

Path Parameters

id
string
required

Body

application/json
tags
string[]
required

Response

OK

tags
string[]
required