# eraseCustomScheduler

Version: 4.3.0+

Description: remove conferences from the local events list.

It should be noted that only conferences added manually through the setCustomScheduler method can be deleted. The list obtained from the server will remain unchanged.

Example:

{
    "method": "eraseCustomScheduler",
    "requestId" : "1"
}

Response example:

{
  "method": "eraseCustomScheduler",
  "requestId" : "1",
  "result": true
}

Parameter description:

  • requestId - a unique request identifier. You can learn more about it here.

See also: