deleteThing

abstract suspend fun deleteThing(input: DeleteThingRequest): 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.