curl --request DELETE \
--url https://api.agentixx.io/api/tags/{id} \
--header 'x-tenant-id: <api-key>' \
--cookie better-auth.session_token={
"ok": true
}Delete a tag and remove from all contacts. Admin only.
curl --request DELETE \
--url https://api.agentixx.io/api/tags/{id} \
--header 'x-tenant-id: <api-key>' \
--cookie better-auth.session_token={
"ok": true
}