Skip to main content
DELETE
/
v1
/
households
/
{household_id}
/
tags
/
{id}
Remove a tag from household
curl --request DELETE \
  --url https://api.slant.app/v1/households/{household_id}/tags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "tag_ids": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token from Clerk authentication

Path Parameters

household_id
string
required

Household ID

id
string
required

Tag ID to remove

Response

tag removed successfully

tag_ids
string[]
required

Complete list of tag IDs after operation