Delete Thing

GET {{aws_internet_of_things_base_url}}/things/thingName?expectedVersion&thingName

Request Params

KeyDatatypeRequiredDescription
expectedVersionnullThe 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.
thingNamenullThe name of the thing to delete.