fluentcrm_delete_tag
Remove a tag from FluentCRM marketing automation by specifying the tag ID to manage contact organization and segmentation.
Instructions
Usuwa tag z FluentCRM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | Yes | ID tagu |
Input Schema (JSON Schema)
{
"properties": {
"tagId": {
"description": "ID tagu",
"type": "number"
}
},
"required": [
"tagId"
],
"type": "object"
}