Skip to content

setAccountTtl

Sahri Riza Umami edited this page Jun 23, 2018 · 1 revision

Changes the period of inactivity after which the account of the current user will automatically be deleted.

setAccountTtl(ttl, callback, data)
Field Type Description
ttl int32 Number of days of inactivity before the account will be flagged for deletion; should range from 30-366 days.

Example

  • Set TTL to 365 days.

    setAccountTtl(365)

    Response:

    {
      ["@type"] = "ok"
    }  

Frequently Asked Questions
The Functions

Clone this wiki locally