fluentcrm_delete_list
Remove a contact list from your FluentCRM marketing automation system by specifying the list ID to maintain organized contact management.
Instructions
Usuwa listΔ z FluentCRM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | ID listy |
Input Schema (JSON Schema)
{
"properties": {
"listId": {
"description": "ID listy",
"type": "number"
}
},
"required": [
"listId"
],
"type": "object"
}