Deletes the specified thing. Returns successfully with no error if the deletion is successful or you specify a thing that doesn't exist.
Requires permission to access the DeleteThing action.
delete/things/{thingName}
Path parameters
thingNamestring required
The name of the thing to delete.
Query parameters
expectedVersioninteger
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 <code>DeleteThing</code> request is rejected with a <code>VersionConflictException</code>.
Response
Success
DeleteThingResponse required
The output of the DeleteThing operation.