This method serves to delete a form according to its identifier.
Warning ! the delete of a form mean the deletion of :
- Segmentation's rules of this form.
| Field | Type | Description |
|---|---|---|
| formid | integer | identifier of your form |
// Suppression du formulaire 12345
$sgApi
->set('listeid', 12345);
$call = $sgApi->call('del_form');

