deleteThing

inline suspend fun IotClient.deleteThing(crossinline block: DeleteThingRequest.Builder.() -> Unit): DeleteThingResponse

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.