Groups

Remove member from group / Leave group

Removes a user from the group. Group owners/admins can remove other members. Any user can remove themselves (leave the group). Group owners cannot leave unless they are the last member or they delete the group.

DELETE
/groups/{group_name}/members/{user_email}

Authorization

token_auth
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

group_name*string
user_email*string

Response Body

curl -X DELETE "https://v2.api.piktid.com/groups/string/members/string"
Empty
Empty