list_settings_delete

This deletes the named setting for the specified list ID.

See Also

Argument

Required

Type

Description

id

yes

string

The List ID. The list_list API with detailed enable will return the List ID.

name

yes

string

This is the Setting name. See List Settings.

format

no

string

The format of the output for the API: text, json or xml. The default is text.

callback

no

string

This only works with Direct APIs. This is a JavaScript function that should be called after the API is completed. This function will be called with the response of the API.  Please note: It can only be used when requesting this API via AJAX request.  More Information can be found here.

Example

servername/webadmin/api/list_settings_delete.php?id=VALUE&name=VALUE

Output:

OK:

 

Version: 6.2.3