fluentcrm_delete_smart_link
Remove a smart link from your FluentCRM marketing automation system by specifying its ID to clean up unused tracking links.
Instructions
Usuwa Smart Link (może nie być dostępne w obecnej wersji)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| smartLinkId | Yes | ID Smart Link do usunięcia |
Input Schema (JSON Schema)
{
"properties": {
"smartLinkId": {
"description": "ID Smart Link do usunięcia",
"type": "number"
}
},
"required": [
"smartLinkId"
],
"type": "object"
}