cURL
curl --request POST \ --url https://tms.universal.rollout.com/api/people/{id}/tags/delete \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "tags": [ "<string>" ] }
OK