Delete Face

Last Updated on : 2023-06-20 14:54:09

Send a command to a specified elevator controller to delete a specified face.

API address

DELETE: /v1.0/elevator-control/{device_id}/persons/{person_id}/faces/{face_id}

Request parameter

Parameter nameTypeINRequiredDescription
device_idStringuritrueThe ID of a Tuya device.
person_idStringuritrueThe ID of a specified person.
face_idStringuritrueThe face ID.

Return parameter

Parameter nameTypeDescription
resultCmdIssueResultResponseThe returned result.

Description of result

Parameter nameTypeDescription
snStringThe ID of a specified command record.

Request example

DELETE: /v1.0/elevator-control/6ce****/persons/123****/faces/faceId****

Return example

{
    "result": {
        "sn": "133****"
    },
    "t": 1561456817168,
    "success": true
}

Error code

For more information, see error code.