Delete Thing
GET {{aws_internet_of_things_base_url}}/things/thingName?expectedVersion&thingName
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expectedVersion | null | The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing request is rejected with a VersionConflictException. | |
thingName | null | The name of the thing to delete. |