fluentcrm_delete_contact
Remove a contact from FluentCRM by specifying their subscriber ID to manage your marketing automation contact list.
Instructions
Usuwa kontakt z FluentCRM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriberId | Yes | ID kontaktu do usunięcia |
Input Schema (JSON Schema)
{
"properties": {
"subscriberId": {
"description": "ID kontaktu do usunięcia",
"type": "number"
}
},
"required": [
"subscriberId"
],
"type": "object"
}