mailbox.alias.delete

Mailbox aliases are used to group the mailboxes of multiple things thus simplifying the mailbox.send command. This command deletes an alias.

TR50 Request


                          "cmd": {
    "command": "mailbox.alias.delete",
    "params": {
      "id": "56dddc9b681fdc646f0eaaef"
    }
  }
} 
      

Request Parameters

Name

Type

Required

Description

id

String

Yes

ID of the alias.

TR50 Response


                        {
  "auth": null,
  "data": {
    "success": true
  }
}