deleteBlog

Description

Places the selected blog in the trash.

Return Type

Boolean (true/false)

A "true" return value means the blog is in trash can.

Example

boolean deleted = deleteBlog(11801); print("Return " + deleted);

Print Return true

See also