Remove applied tags from contact

I don’t understand the documentation correctly: Keap REST API

How can i remove more then one tags from a contact? In the documentation it is a string, maybe you can give me an example?

Thanks and best regards,
Dominik

For the Delete method, you can specify the Tag Ids through the querystring as a comma-separated URIencoded list (%2C is a comma) such as the following:

https://api.infusionsoft.com/crm/rest/v1/contacts/3/tags?ids=92%2C93