For the complete documentation index, see llms.txt. This page is also available as Markdown.

_deleteData

Removes a Notification Type.

Parameter

id

The ID of the Notification Type you wish to delete.

Example

FM_api('NotificationType_deleteData',[
  'id'=>'12345'
  ]
);

Results

On Success

{"ok":1}

On Failure

If the "id" parameter is not set:

{"error":"missing or invalid filter"}

Last updated