Remove a specific tag from a household by tag ID.
cURL
curl --request DELETE \ --url https://api.slant.app/v1/households/{household_id}/tags/{id} \ --header 'Authorization: Bearer <token>'
{ "tag_ids": [ "<string>" ] }
OAuth 2.0 Bearer Token from Clerk authentication
Household ID
Tag ID to remove
tag removed successfully
Complete list of tag IDs after operation