Remove Tags from Items
Use this API to remove tags from items in the drive
| Path Parameters |
|---|
driveId string — REQUIRED |
| Request Body — REQUIRED |
|---|
removedTagToItemIdsMap objectA map where the key is the tag id and the value is a list of item IDs from which the tag should be removed. |
| Responses | ||
|---|---|---|
200Returns map of tags to list of items
|