PUT /api/contacts/{id}) endpoint.
Provide the updated array of tagsId in the request body, explicitly omitting the tag ID you want to remove.
Example Payload:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PUT /api/contacts/{id}) endpoint.
Provide the updated array of tagsId in the request body, explicitly omitting the tag ID you want to remove.
Example Payload:
{
"tagsId": [
"your_tag_id_1" // Keep this tag, omit the one to remove
]
}
