I want to use the box API to set the tag blank, but I set the "tags": null or "tags": "" it doesnt work.
curl -i -X PUT "https://upload.box.com/api/2.0/files/12345" \
-H "Authorization: Bearer <ACCESS_TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"tags": null
}'Question
I want to use the box API to set the tag blank
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.