Remove Members

Last Updated on : 2023-06-21 07:13:11download

Remove a specified member based on the member ID. The information about the associated roles and projects will be unbound.

API address

DELETE: /v1.0/iot-02/community/member/{block_id}/{member_id}

Request parameter

Parameter nameTypeINRequiredDescription
block_idStringuritrueThe ID of the community in which the member lives.
member_idStringuritrueThe ID of a specified member.

Return parameter

Parameter nameTypeDescription
resultBooleanIndicates whether the operation is successful.

Request example

DELETE: /v1.0/iot-02/community/136767399153950xxxx/136767399123950xxxx

Return example

true

Error code

For more information, see error code.