Social - Community - Member - Leave

/social/community/member/leave/{communityid}

Removes yourself as a member from a community.

Authentication

Required, see Auth - Login

Arguments

communityid (required)
Community ID to attempt to join, can also be a regex (community ID - regex) provided that matches only a single community.

Example

http://infinite.ikanow.com/api/social/community/member/leave/4f5e189ada7f00000000510f

Example Response
{
    response: 
    {
        action: "Leave Community"
        success: true
        message: "Left community successfully"
        time: 45
    }
}

Error Response