Delete Resident

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

Delete a resident by resident ID. A message will be returned to indicate whether the operation is successful.

API address

DELETE: /v1.0/iot-02/community/householder/{block_id}/{householder_id}

Request parameter

Parameter nameTypeINRequiredDescription
block_idStringuritrueThe ID of a community.
householder_idStringuritrueThe ID of a resident.

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.